1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

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 {
font-family: fira-sans, sans;
font-family: fira-sans, sans-serif;
font-size: 10pt;
background-color: transparent;
}