_fonts.scss
1@font-face {
2 font-family: Heliotrope;
3 font-style: normal;
4 font-weight: normal;
5 font-stretch: normal;
6 font-stretch: normal;
7 font-display: swap;
8 src: url('/assets/fonts/heliotrope/heliotrope_4_regular.woff2') format('woff2');
9}
10
11@font-face {
12 font-family: Heliotrope;
13 font-style: italic;
14 font-weight: normal;
15 font-stretch: normal;
16 font-stretch: normal;
17 font-display: swap;
18 src: url('/assets/fonts/heliotrope/heliotrope_4_italic.woff2') format('woff2');
19}