mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
8 lines
273 B
HTML
8 lines
273 B
HTML
<!DOCTYPE HTML>
|
|
<title>ex unit with Ahem font</title>
|
|
<style type="text/css">
|
|
@font-face { font-family: "Ahhhem"; src: url(../fonts/Ahem.ttf); }
|
|
html { background: white; }
|
|
body { font-family: Ahhhem; font-size: 50px; height: 2ex; width: 2ex; background: blue; }
|
|
</style>
|