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:
parent
fe88d941ee
commit
206f4f4d72
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: 'Roboto', serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
color: #377ba8;
|
color: #377ba8;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue