Update font to Roboto

Replace the previously used font in the style.css file with
Roboto. The original font was not widely supported across
different platforms and browsers, which could lead to
inconsistent user experiences. By switching to Roboto, we
ensure better compatibility and a more uniform appearance
for users accessing the application.
This commit is contained in:
Neo 2024-09-05 23:44:53 +00:00 committed by Jose Palazon
parent a5b289e120
commit fe88d941ee

View file

@ -13,7 +13,7 @@ body {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Slab', serif; font-family: 'Roboto', serif;
color: #377ba8; color: #377ba8;
margin: 1rem 0; margin: 1rem 0;
} }