#7: Remove Google font reference, correct name of body font

This commit is contained in:
imohkay 2021-10-14 12:38:33 +05:30
commit 6eebf2f555
2 changed files with 1 additions and 2 deletions

View file

@ -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;
}