contrib/logo-color: fix the font family

This commit is contained in:
Christian Hesse 2023-05-25 09:08:43 +02:00
parent 44e483ecb7
commit 871f30ad8e

View file

@ -1,5 +1,5 @@
body { body {
font-family: fira-sans, sans; font-family: fira-sans, sans-serif;
font-size: 10pt; font-size: 10pt;
background-color: transparent; background-color: transparent;
} }