mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
4db5fca12b
--HG-- extra : rebase_source : 8645f63a6db39a0c04e9d59bd4fc486bd61d4d99
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>
|