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

82 lines
2.0 KiB
SCSS
Raw Permalink Normal View History

2023-08-29 19:18:24 +00:00
/**************/
/* HELIOTROPE */
/**************/
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');
}
2023-08-29 19:18:24 +00:00
@font-face {
font-family: Heliotrope;
font-style: normal;
font-weight: bold;
font-stretch: normal;
2023-08-29 19:46:50 +00:00
font-display: swap;
2023-08-29 19:18:24 +00:00
src: url('/assets/fonts/heliotrope/heliotrope_4_bold.woff2') format('woff2');
}
@font-face {
font-family: Heliotrope;
font-style: italic;
font-weight: bold;
font-stretch: normal;
2023-08-29 19:46:50 +00:00
font-display: swap;
2023-08-29 19:18:24 +00:00
src: url('/assets/fonts/heliotrope/heliotrope_4_bold_italic.woff2') format('woff2');
}
/*****************/
/* BERKELEY MONO */
/*****************/
@font-face {
font-family: "Berkeley Mono";
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-stretch: normal;
font-display: swap;
src: url('/assets/fonts/berkeley/berkeley_mono-regular.woff2') format('woff2');
}
@font-face {
font-family: "Berkeley Mono";
font-style: italic;
font-weight: normal;
font-stretch: normal;
font-stretch: normal;
font-display: swap;
src: url('/assets/fonts/berkeley/berkeley_mono-italic.woff2') format('woff2');
}
@font-face {
font-family: "Berkeley Mono";
font-style: normal;
font-weight: bold;
font-stretch: normal;
2023-08-29 19:46:50 +00:00
font-display: swap;
2023-08-29 19:18:24 +00:00
src: url('/assets/fonts/berkeley/berkeley_mono-bold.woff2') format('woff2');
}
@font-face {
font-family: "Berkeley Mono";
font-style: italic;
font-weight: bold;
font-stretch: normal;
2023-08-29 19:46:50 +00:00
font-display: swap;
2023-08-29 19:18:24 +00:00
src: url('/assets/fonts/berkeley/berkeley_mono-bold_italic.woff2') format('woff2');
}