зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
225 B
HTML
19 строки
225 B
HTML
|
<!DOCTYPE html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
@font-face {
|
||
|
font-family: foo;
|
||
|
src: url(Prototype.ttf);
|
||
|
}
|
||
|
body {
|
||
|
font-family: foo;
|
||
|
font-size: 2000px;
|
||
|
font-weight: 900;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
xyzzy
|
||
|
</body>
|
||
|
</html>
|