mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
17 lines
234 B
HTML
17 lines
234 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: test;
|
|
src: url(../fonts/DeLarge/DeLarge.woff) format("not-woff");
|
|
}
|
|
body {
|
|
font-family: test;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
HELLO WORLD
|
|
</body>
|
|
</html>
|