This commit is contained in:
swag 2023-06-04 22:21:33 -04:00
parent 4f29037df7
commit be4385ee93
3 changed files with 13 additions and 1 deletions

View File

@ -15,16 +15,28 @@
*, ::before, ::after { box-sizing: inherit; } *, ::before, ::after { box-sizing: inherit; }
@font-face {
font-family: 'w95fa';
src: url('/fonts/w95fa.woff2') format('woff2');
}
@font-face {
font-family: 'fsex300';
src: url('/fonts/fsex300.woff2') format('woff2');
}
body { body {
background-image: url('/images/background_stars_anm.gif'); background-image: url('/images/background_stars_anm.gif');
width: 95vmin; width: 95vmin;
margin: 0 auto; margin: 0 auto;
font-family: 'w95fa', sans-serif;
} }
code { code {
background-color: black; background-color: black;
color: lime; color: lime;
font-size: 0.75rem; /* Why tho?? */ /* font-size: 0.75rem; /* Why tho?? */
font-family: "fsex300", monospace;
} }
pre > code { pre > code {

BIN
public/fonts/fsex300.woff2 Normal file

Binary file not shown.

BIN
public/fonts/w95fa.woff2 Normal file

Binary file not shown.