diff --git a/assets/css/elements.css b/assets/css/elements.css index c52a79e..6615afd 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -15,16 +15,28 @@ *, ::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 { background-image: url('/images/background_stars_anm.gif'); width: 95vmin; margin: 0 auto; + font-family: 'w95fa', sans-serif; } code { background-color: black; color: lime; - font-size: 0.75rem; /* Why tho?? */ + /* font-size: 0.75rem; /* Why tho?? */ + font-family: "fsex300", monospace; } pre > code { diff --git a/public/fonts/fsex300.woff2 b/public/fonts/fsex300.woff2 new file mode 100644 index 0000000..ffe0a9f Binary files /dev/null and b/public/fonts/fsex300.woff2 differ diff --git a/public/fonts/w95fa.woff2 b/public/fonts/w95fa.woff2 new file mode 100644 index 0000000..730ddc4 Binary files /dev/null and b/public/fonts/w95fa.woff2 differ