mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +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>
|