secluded/themes/secluded/assets/scss/_fonts.scss

20 lines
508 B
SCSS
Raw Normal View History

2021-06-24 07:30:38 +00:00
@font-face {
font-family: Heliotrope;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-stretch: normal;
2021-11-10 08:14:25 +00:00
font-display: swap;
2021-06-24 07:30:38 +00:00
src: url('/assets/fonts/heliotrope/heliotrope_4_regular.woff2') format('woff2');
}
@font-face {
font-family: Heliotrope;
font-style: italic;
font-weight: normal;
font-stretch: normal;
font-stretch: normal;
2021-11-10 08:14:25 +00:00
font-display: swap;
2021-06-24 07:30:38 +00:00
src: url('/assets/fonts/heliotrope/heliotrope_4_italic.woff2') format('woff2');
}