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:
parent
03a77f7c4f
commit
c0601ad79c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user