_fonts.scss

 1/**************/
 2/* HELIOTROPE */
 3/**************/
 4@font-face {
 5    font-family: Heliotrope;
 6    font-style: normal;
 7    font-weight: normal;
 8    font-stretch: normal;
 9    font-stretch: normal;
10    font-display: swap;
11    src: url('/assets/fonts/heliotrope/heliotrope_4_regular.woff2') format('woff2');
12}
13
14@font-face {
15    font-family: Heliotrope;
16    font-style: italic;
17    font-weight: normal;
18    font-stretch: normal;
19    font-stretch: normal;
20    font-display: swap;
21    src: url('/assets/fonts/heliotrope/heliotrope_4_italic.woff2') format('woff2');
22}
23
24@font-face {
25    font-family: Heliotrope;
26    font-style: normal;
27    font-weight: bold;
28    font-stretch: normal;
29    font-display: swap;
30    src: url('/assets/fonts/heliotrope/heliotrope_4_bold.woff2') format('woff2');
31}
32
33@font-face {
34    font-family: Heliotrope;
35    font-style: italic;
36    font-weight: bold;
37    font-stretch: normal;
38    font-display: swap;
39    src: url('/assets/fonts/heliotrope/heliotrope_4_bold_italic.woff2') format('woff2');
40}
41
42/*****************/
43/* BERKELEY MONO */
44/*****************/
45@font-face {
46    font-family: "Berkeley Mono";
47    font-style: normal;
48    font-weight: normal;
49    font-stretch: normal;
50    font-stretch: normal;
51    font-display: swap;
52    src: url('/assets/fonts/berkeley/berkeley_mono-regular.woff2') format('woff2');
53}
54
55@font-face {
56    font-family: "Berkeley Mono";
57    font-style: italic;
58    font-weight: normal;
59    font-stretch: normal;
60    font-stretch: normal;
61    font-display: swap;
62    src: url('/assets/fonts/berkeley/berkeley_mono-italic.woff2') format('woff2');
63}
64
65@font-face {
66    font-family: "Berkeley Mono";
67    font-style: normal;
68    font-weight: bold;
69    font-stretch: normal;
70    font-display: swap;
71    src: url('/assets/fonts/berkeley/berkeley_mono-bold.woff2') format('woff2');
72}
73
74@font-face {
75    font-family: "Berkeley Mono";
76    font-style: italic;
77    font-weight: bold;
78    font-stretch: normal;
79    font-display: swap;
80    src: url('/assets/fonts/berkeley/berkeley_mono-bold_italic.woff2') format('woff2');
81}