diff --git a/index.html b/index.html index 3ac51c7..428ed05 100644 --- a/index.html +++ b/index.html @@ -6,21 +6,9 @@ futile - - + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..fb52c47 --- /dev/null +++ b/style.css @@ -0,0 +1,11 @@ +@font-face { + font-family: "Bokor"; + src: url("static/fonts/Bokor-Regular.woff2") format("woff2"); +} + +/* because chromium renders this font like dogshit at weight 600 */ +@supports not (-moz-appearance: none) { + h1 { + font-weight: 400; + } +}