mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
9 lines
152 B
HTML
9 lines
152 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<link rel="stylesheet" href="/fonts/ahem.css">
|
|
<style>
|
|
p {
|
|
font-family: Ahem;
|
|
}
|
|
</style>
|
|
<p>ABC</p>
|