blob: 9e9476486c8aa3c8a420e2052df082eb837c2ce1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<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>
|