move font family to global.css

This commit is contained in:
Mystikfluu
2022-07-24 10:18:39 +02:00
parent 83d0512fbd
commit 0961c1da45
7 changed files with 4 additions and 26 deletions
-8
View File
@@ -38,10 +38,6 @@
margin-left: 5px;
}
.boticon {
}
.mention {
color: blue;
}
@@ -66,10 +62,6 @@ button {
background-color: var(--blue-ish);
}
* {
font-family: 'system-ui';
}
.post,.self,.status {
color: var(--text-color);
width: 50%;