1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00

fix some things not having proper font

This commit is contained in:
Puyodead1 2024-04-17 21:05:11 -04:00
parent 03a77f7c4f
commit c0601ad79c
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -12,7 +12,6 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* overflow: hidden; */
font-family: var(--font-family);
}
*,
@ -21,9 +20,9 @@ body {
box-sizing: border-box;
}
/* html *:not(code) {
html *:not(code) {
font-family: var(--font-family);
} */
}
code {
font-family: "Source Code Pro", monospace;