Update font variables to use system font stack

This commit is contained in:
Suyun114
2025-06-11 17:59:04 +08:00
committed by Kuu7o
parent 55d4469401
commit 1e1e9e265a
4 changed files with 5 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
}
.tweet-content {
font-family: $font_3;
font-family: $font_stack;
line-height: 1.3em;
pointer-events: all;
display: inline;