feat(scss): switched to Inter
This commit is contained in:
parent
097181b9c8
commit
c42e9a94cb
BIN
assets/fonts/inter-v7-latin-regular.woff2
Normal file
BIN
assets/fonts/inter-v7-latin-regular.woff2
Normal file
Binary file not shown.
|
@ -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;
|
||||
|
|
Reference in a new issue