serve fonts locally
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,13 +1,23 @@
|
|||||||
@import url(https://fonts.bunny.net/css?family=bokor:400|ibm-plex-mono:400);
|
@font-face {
|
||||||
|
font-family: 'Bokor';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local('Bokor');
|
||||||
|
src: url('static/fonts/bokor-latin-400-normal.woff2') format('woff2');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Iosevka';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local('Iosevka');
|
||||||
|
src: url('static/fonts/Iosevka-Regular.woff2') format('woff2');
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: 'IBM Plex Mono', monospace;
|
font-family: 'Iosevka', monospace;
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
letter-spacing: -0.07em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
@@ -70,6 +80,7 @@ while having chrome's rendering of it not be bloated
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shiny {
|
.shiny {
|
||||||
|
|||||||
Reference in New Issue
Block a user