blob: 85732c7da9f2c03f535b04b5b7e1ea11f1db5f3b (
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.
|