Update font to sans-serif

This commit updates the font style in the file flaskr/static/style.css
to include sans-serif. This change was made in response to a pull
request review comment suggesting that the font should also be
sans-serif. The update ensures consistency in the font style across
the application, enhancing the overall visual appearance and
readability.
This commit is contained in:
Neo 2024-09-05 23:46:59 +00:00 committed by Jose Palazon
parent fe88d941ee
commit 206f4f4d72

View file

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