mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
20 lines
273 B
HTML
20 lines
273 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: dl1;
|
|
src: url(../fonts/DeLarge/DeLarge.woff);
|
|
}
|
|
body {
|
|
font-family: dl1, serif;
|
|
font-size: 36px;
|
|
line-height: 2em;
|
|
letter-spacing: 3px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>foo‍bar</p>
|
|
</body>
|
|
</html>
|