зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
273 B
HTML
22 строки
273 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
@font-face {
|
||
|
font-family: test;
|
||
|
src: url(../fonts/loadtest.ttf);
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
margin: 20px;
|
||
|
font-size: 100px;
|
||
|
font-family: test;
|
||
|
}
|
||
|
p { margin: 0; padding: 0; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>FAIL</p>
|
||
|
</body>
|
||
|
</html>
|