blob: 18f023f7c81aa34b68d4201b2ccdc9d3d7a7a04a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!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>
|