зеркало из https://github.com/mozilla/pjs.git
18 строки
219 B
HTML
18 строки
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>
|