diff options
author | Christian Hesse <mail@eworm.de> | 2023-05-25 09:08:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-05-25 10:39:16 +0200 |
commit | 871f30ad8eba795c685b42bc7354b908040d1331 (patch) | |
tree | 11e4e86203f911fa1a54bd426d8e565f06a37c91 /contrib | |
parent | 44e483ecb7cf4cf812044f791fd11e383ee2e02d (diff) |
contrib/logo-color: fix the font family
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/logo-color.d/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/logo-color.d/style.css b/contrib/logo-color.d/style.css index f0e3f49..eb2ec6a 100644 --- a/contrib/logo-color.d/style.css +++ b/contrib/logo-color.d/style.css @@ -1,5 +1,5 @@ body { - font-family: fira-sans, sans; + font-family: fira-sans, sans-serif; font-size: 10pt; background-color: transparent; } |