feat(scss): switched to Inter

This commit is contained in:
Laureηt 2021-11-13 14:07:36 +01:00
parent 097181b9c8
commit c42e9a94cb
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
2 changed files with 10 additions and 1 deletions

Binary file not shown.

View file

@ -9,10 +9,19 @@ $h1-size: 3rem;
scrollbar-color: #202324 #454a4d;
}
/* inter-regular - latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: local(''),
url('/fonts/inter-v7-latin-regular.woff2') format('woff2'),
}
body {
background-color: $background;
color: $foreground-text;
font-family: 'Lora', serif;
font-family: 'Inter', sans-serif;
text-rendering: optimizeLegibility;
font-size: $font-size;
width: 60rem;