hugo-relie/themes/hello-friend-ng/assets/scss/_fonts.scss

51 lines
1.3 KiB
SCSS
Raw Normal View History

2023-06-19 11:40:17 +00:00
@font-face {
2023-12-19 17:43:45 +00:00
font-family: "Inter";
2023-06-19 11:40:17 +00:00
font-style: normal;
font-display: auto;
font-weight: 400;
2023-12-19 17:43:45 +00:00
src: url("fonts/Inter-Regular.woff2") format("woff2"),
url("fonts/Inter-Regular.woff") format("woff");
2023-06-19 11:40:17 +00:00
}
@font-face {
2023-12-19 17:43:45 +00:00
font-family: "Inter";
2023-06-19 11:40:17 +00:00
font-style: italic;
font-display: auto;
font-weight: 400;
2023-12-19 17:43:45 +00:00
src: url("fonts/Inter-Italic.woff2") format("woff2"),
url("fonts/Inter-Italic.woff") format("woff");
2023-06-19 11:40:17 +00:00
}
@font-face {
2023-12-19 17:43:45 +00:00
font-family: "Inter";
2023-06-19 11:40:17 +00:00
font-style: normal;
font-display: auto;
font-weight: 600;
2023-12-19 17:43:45 +00:00
src: url("fonts/Inter-Medium.woff2") format("woff2"),
url("fonts/Inter-Medium.woff") format("woff");
2023-06-19 11:40:17 +00:00
}
@font-face {
2023-12-19 17:43:45 +00:00
font-family: "Inter";
2023-06-19 11:40:17 +00:00
font-style: italic;
font-display: auto;
font-weight: 600;
2023-12-19 17:43:45 +00:00
src: url("fonts/Inter-MediumItalic.woff2") format("woff2"),
url("fonts/Inter-MediumItalic.woff") format("woff");
2023-06-19 11:40:17 +00:00
}
@font-face {
2023-12-19 17:43:45 +00:00
font-family: "Inter";
2023-06-19 11:40:17 +00:00
font-style: normal;
font-display: auto;
font-weight: 800;
2023-12-19 17:43:45 +00:00
src: url("fonts/Inter-Bold.woff2") format("woff2"),
url("fonts/Inter-Bold.woff") format("woff");
2023-06-19 11:40:17 +00:00
}
@font-face {
2023-12-19 17:43:45 +00:00
font-family: "Inter";
2023-06-19 11:40:17 +00:00
font-style: italic;
font-display: auto;
font-weight: 800;
2023-12-19 17:43:45 +00:00
src: url("fonts/Inter-BoldItalic.woff2") format("woff2"),
url("fonts/Inter-BoldItalic.woff") format("woff");
2023-06-19 11:40:17 +00:00
}