mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|