189 lines
3.3 KiB
SCSS
189 lines
3.3 KiB
SCSS
@font-face {
|
|
font-family: "LT Afficher Neue";
|
|
font-weight: 400;
|
|
src: "/font/LTAfficherNeue-Caption.otf";
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "LT Afficher Neue";
|
|
font-weight: 600;
|
|
src: "/font/LTAfficherNeue-BoldSubhead.otf";
|
|
}
|
|
|
|
.lt-afficher-neue-400,
|
|
.typeHead {
|
|
font-family: "LT Afficher Neue", serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.lt-afficher-neue-600 {
|
|
font-family: "LT Afficher Neue", serif;
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Spinwerad";
|
|
font-weight: 700;
|
|
src: "/font/spinwerad.ttf";
|
|
}
|
|
|
|
.spinwerad {
|
|
font-family: "Spinwerad";
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
.taviraj-thin {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
}
|
|
|
|
.taviraj-extralight {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
}
|
|
|
|
.taviraj-light,
|
|
.typeTitle {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
.taviraj-regular {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.taviraj-medium {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
.taviraj-semibold {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
.taviraj-bold {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
.taviraj-extrabold {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
}
|
|
|
|
.taviraj-black {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
}
|
|
|
|
.taviraj-thin-italic {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 100;
|
|
font-style: italic;
|
|
}
|
|
|
|
.taviraj-extralight-italic {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 200;
|
|
font-style: italic;
|
|
}
|
|
|
|
.taviraj-light-italic {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
}
|
|
|
|
.taviraj-regular-italic {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
|
|
.taviraj-medium-italic {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
.taviraj-semibold-italic {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
}
|
|
|
|
.taviraj-bold-italic {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
}
|
|
|
|
.taviraj-extrabold-italic {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 800;
|
|
font-style: italic;
|
|
}
|
|
|
|
.taviraj-black-italic {
|
|
font-family: "Taviraj", serif;
|
|
font-weight: 900;
|
|
font-style: italic;
|
|
}
|
|
|
|
// <uniquifier>: Use a unique and descriptive class name
|
|
// <weight>: Use a value from 400 to 700
|
|
|
|
.ibarra-real-nova-400 {
|
|
font-family: "Ibarra Real Nova", serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
// <uniquifier>: Use a unique and descriptive class name
|
|
// <weight>: Use a value from 200 to 1000
|
|
|
|
.nunito-sans-300,
|
|
.typeContent {
|
|
font-family: "Nunito Sans", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-variation-settings:
|
|
"wdth" 100,
|
|
"YTLC" 500;
|
|
}
|
|
|
|
.cinzel-decorative-regular,
|
|
.typeDisplay {
|
|
font-family: "Cinzel Decorative", serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.cinzel-decorative-bold {
|
|
font-family: "Cinzel Decorative", serif;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
.cinzel-decorative-black {
|
|
font-family: "Cinzel Decorative", serif;
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
}
|