change font so it displays across all recent browsers

This commit is contained in:
Julie Lenaerts 2024-02-07 15:44:51 +01:00
parent 755dfaefaa
commit d60785d799

View File

@ -66,11 +66,11 @@ $yellow: #fcc958;
} }
body{ body{
font-family: 'Lato', serif; font-family: 'Arial', serif;
.highlight { .highlight {
padding: .5rem; padding: .25rem;
font-family: 'Trocchi', serif; //font-family: 'Trocchi', serif;
font-size: 2rem; //font-size: 2rem;
} }
.highlight-1 { .highlight-1 {
background-color: $chill-green; background-color: $chill-green;