mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
21 lines
263 B
HTML
21 lines
263 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: test;
|
|
src: url(../fonts/graphite/grtest-ref.ttf);
|
|
}
|
|
|
|
body {
|
|
margin: 20px;
|
|
font: 100px test;
|
|
}
|
|
p { margin: 0; padding: 0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>PaSs</p>
|
|
</body>
|
|
</html>
|