mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
14 lines
235 B
HTML
14 lines
235 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<style>
|
|
@font-face {
|
|
font-family: Ahem;
|
|
url: src(../fonts/Ahem.ttf);
|
|
}
|
|
#a { font-family: Ahem }
|
|
</style>
|
|
<p id=a>First</p>
|
|
<p style="color: blue">Second</p>
|
|
<p>Third</p>
|
|
</body>
|