#7: Add Noto Sans font
This commit is contained in:
parent
56f84b4d67
commit
269fdc713f
10 changed files with 33 additions and 1 deletions
2
app/static/css/partials/_layout.scss
Normal file → Executable file
2
app/static/css/partials/_layout.scss
Normal file → Executable 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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue