Fonts!
This commit is contained in:
parent
4f29037df7
commit
be4385ee93
|
@ -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
BIN
public/fonts/fsex300.woff2
Normal file
Binary file not shown.
BIN
public/fonts/w95fa.woff2
Normal file
BIN
public/fonts/w95fa.woff2
Normal file
Binary file not shown.
Loading…
Reference in a new issue