Add: New fonts

This commit is contained in:
Donatas Kirda 2024-05-16 09:58:38 +03:00
parent 5c1ba212ea
commit 6e0e91b0ce
Signed by: bloodwiing
GPG Key ID: 63020D8D3F4A164F
4 changed files with 68 additions and 4 deletions

View File

@ -1,3 +1,40 @@
@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,
.typeTitle {
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 { .taviraj-thin {
font-family: "Taviraj", serif; font-family: "Taviraj", serif;
font-weight: 100; font-weight: 100;
@ -10,15 +47,13 @@
font-style: normal; font-style: normal;
} }
.taviraj-light, .taviraj-light {
.typeTitle {
font-family: "Taviraj", serif; font-family: "Taviraj", serif;
font-weight: 300; font-weight: 300;
font-style: normal; font-style: normal;
} }
.taviraj-regular, .taviraj-regular {
.typeName {
font-family: "Taviraj", serif; font-family: "Taviraj", serif;
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
@ -108,6 +143,16 @@
font-style: italic; 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 // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 1000 // <weight>: Use a value from 200 to 1000
@ -121,3 +166,22 @@
"wdth" 100, "wdth" 100,
"YTLC" 500; "YTLC" 500;
} }
.cinzel-decorative-regular,
.typeHead {
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;
}

Binary file not shown.

Binary file not shown.

BIN
static/font/spinwerad.ttf Normal file

Binary file not shown.