succumb to zed
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: local("Bokor"), url("static/fonts/bokor.woff2") format("woff2");
|
||||
src:
|
||||
local("Bokor"),
|
||||
url("static/fonts/bokor.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -11,7 +13,9 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: local("IBM Plex Mono"), url("static/fonts/ibm-plex-mono.woff2") format("woff2");
|
||||
src:
|
||||
local("IBM Plex Mono"),
|
||||
url("static/fonts/ibm-plex-mono.woff2") format("woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
@@ -28,7 +32,7 @@ body,
|
||||
|
||||
body {
|
||||
background-color: var(--background-color);
|
||||
font-family: 'IBM Plex Mono', monospace;
|
||||
font-family: "IBM Plex Mono", monospace;
|
||||
}
|
||||
|
||||
::selection {
|
||||
@@ -47,7 +51,7 @@ body {
|
||||
}
|
||||
|
||||
.main-title {
|
||||
font-family: 'Bokor', sans-serif;
|
||||
font-family: "Bokor", sans-serif;
|
||||
font-size: 5em;
|
||||
line-height: 1em;
|
||||
margin: 0.2em 0 0 0;
|
||||
|
||||
Reference in New Issue
Block a user