mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
13 lines
235 B
HTML
13 lines
235 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<style>
|
|
@font-face {
|
|
font-family: Ahem;
|
|
src: url(../fonts/Ahem.ttf);
|
|
}
|
|
#a { font-family: Ahem }
|
|
</style>
|
|
<p id=a>First</p>
|
|
<p style="color: blue">Second</p>
|
|
<p>Third</p>
|
|
</body>
|