mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-29 12:30:48 +00:00
20 lines
268 B
HTML
20 lines
268 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>foobar</p>
|
||
|
</body>
|
||
|
</html>
|