mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
9 lines
138 B
HTML
9 lines
138 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
@font-face {
|
|
font-family: One;
|
|
src: url(../fonts/markA.ttf);
|
|
}
|
|
body { font-family: One; }
|
|
</style>
|
|
<p>ABC</p>
|