blob: d4272e15e4780dcea0bdf32dadc735f12374e64f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<meta charset=utf-8>
<style>
@font-face {
font-family: "Chunkfive";
src: url("../fonts/Chunkfive.otf");
}
:root {
font-family: "Chunkfive", monospace;
font-size: 2rem;
}
</style>
Foo‐bar‑baz.
|