#7: Add Noto Sans font

This commit is contained in:
imohkay 2021-10-14 12:35:51 +05:30
commit 269fdc713f
10 changed files with 33 additions and 1 deletions

2
app/static/css/partials/_layout.scss Normal file → Executable file
View file

@ -21,7 +21,7 @@ body {
animation: background_animation 60s ease-in-out infinite;
background-size: 400% 100%;
color: #ddd;
font-family: "Noto Sans";
font-family: "noto_sansregular", sans-serif;
font-size: 20px;
overflow-x: hidden;
}