mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-13 11:30:02 +00:00
21 lines
279 B
HTML
21 lines
279 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
@font-face {
|
||
|
font-family: test;
|
||
|
src: url(../fonts/graphite/grtest-langfeat.ttf);
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
margin: 20px;
|
||
|
font: 100px test;
|
||
|
}
|
||
|
p { margin: 0; padding: 0; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p lang="fra">PaSs</p>
|
||
|
</body>
|
||
|
</html>
|