mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 11:53:07 +09:00
17 lines
219 B
HTML
17 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>
|