mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
20 lines
308 B
HTML
20 lines
308 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: foo;
|
|
src: url(PigLatin_Plane15.ttf);
|
|
}
|
|
body {
|
|
font-family: foo;
|
|
font-size: 24px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
󰁐󰁩󰁧 󰁌󰁡󰁴󰁩󰁮
|
|
</body>
|
|
</html>
|