Browse Source
Merge pull request #135 from kylewlacy/patch-1
Fix fallback font in `.x-body`
pull/138/head
Weilbyte
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
PVEDiscordDark/sass/x/_body.sass
|
@ -3,5 +3,5 @@ |
|
|
font-size: 13px |
|
|
font-size: 13px |
|
|
line-height: 17px |
|
|
line-height: 17px |
|
|
font-weight: 300 |
|
|
font-weight: 300 |
|
|
font-family: 'helvetica', 'arial', 'verdana', 'sans-serif' |
|
|
font-family: 'helvetica', 'arial', 'verdana', sans-serif |
|
|
background: #fff |
|
|
background: #fff |