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