#7: Remove Google font reference, correct name of body font
This commit is contained in:
parent
269fdc713f
commit
6eebf2f555
2 changed files with 1 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ body {
|
|||
animation: background_animation 60s ease-in-out infinite;
|
||||
background-size: 400% 100%;
|
||||
color: #ddd;
|
||||
font-family: "noto_sansregular", sans-serif;
|
||||
font-family: "noto_sans", sans-serif;
|
||||
font-size: 20px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue