Change font to Noto Sans
All checks were successful
Build / build (push) Successful in 57s

This commit is contained in:
Emil Miler 2024-01-12 23:03:53 +01:00
parent f3157ba549
commit ecfa7025b2
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
@import url('https://fonts.googleapis.com/css2?family=Segoe+UI:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap');

View File

@ -14,7 +14,7 @@ html, body, h1, h2, h3, p, ul, li {
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-family: "Noto Sans", Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
font-size: 16px;
color: $col-fg-0-light;