New monospace font

This commit is contained in:
swagg boi 2023-12-10 19:46:34 -05:00
parent 1ef8f2e2e7
commit f4a9282d14
2 changed files with 4 additions and 4 deletions

View file

@ -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;
}

BIN
public/fonts/vt323.woff2 Normal file

Binary file not shown.