mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
18 lines
219 B
HTML
18 lines
219 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
@font-face {
|
||
|
font-family: foo;
|
||
|
src: url("http://spaces in hostname/");
|
||
|
}
|
||
|
body {
|
||
|
font-family: foo, monospace;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
foo bar
|
||
|
</body>
|
||
|
</html>
|