diff --git a/assets/css/elements.css b/assets/css/elements.css index bc40163..4a10bb1 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -22,8 +22,8 @@ } @font-face { - font-family: 'fsex300'; - src: url('/fonts/fsex300.woff2') format('woff2'); + font-family: 'vt323'; + src: url('/fonts/vt323.woff2') format('woff2'); } body { @@ -46,7 +46,7 @@ body { code { background-color: black; color: lime; - font-family: "fsex300", monospace; + font-family: 'vt323', monospace; } pre > code { @@ -57,7 +57,7 @@ pre > code { overflow-wrap: anywhere; } -a:hover, button, input[type="checkbox"], summary { +a:hover, button, input[type='checkbox'], summary { cursor: url('/cursors/finger.cur'), auto; } diff --git a/public/fonts/vt323.woff2 b/public/fonts/vt323.woff2 new file mode 100644 index 0000000..a4556be Binary files /dev/null and b/public/fonts/vt323.woff2 differ