Move bundled fonts to a better location.

This commit is contained in:
Kailash Nadh 2022-02-12 13:24:18 +05:30
parent 93366f4e9e
commit 481d6ef0a2
6 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View file

@ -7,7 +7,7 @@
font-style: normal;
font-weight: 400;
src: local(''),
url('assets/icons/inter-v3-regular.woff2') format('woff2'),
url('assets/fonts/Inter-Regular.woff2') format('woff2'),
}
/* import inter-600 */
@ -16,7 +16,7 @@
font-style: normal;
font-weight: 600;
src: local(''),
url('assets/icons/inter-v3-600.woff2') format('woff2'),
url('assets/fonts/Inter-Bold.woff2') format('woff2'),
}
$body-family: "Inter", "Helvetica Neue", sans-serif;

View file

@ -8,7 +8,7 @@ html, body {
}
body {
background: #f9f9f9;
font-family: "Open Sans", "Helvetica Neue", sans-serif;
font-family: "Inter", "Open Sans", "Helvetica Neue", sans-serif;
font-size: 16px;
line-height: 26px;
color: #111;