Oprava a optimalizace fontů
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-17 09:52:52 +02:00
parent c0150be47e
commit 1d0adb33f2
12 changed files with 23 additions and 2 deletions

View File

@ -15,6 +15,7 @@ body {
background:$body-background-image repeat $body-background;
color:$body-color;
font-family: sofia, sans-serif;
text-rendering: optimizeLegibility;
font-size:1em;
}