diff --git a/static/css/font.scss b/static/css/font.scss index e89c494..01ba156 100644 --- a/static/css/font.scss +++ b/static/css/font.scss @@ -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 { font-family: "Taviraj", serif; font-weight: 100; @@ -10,15 +47,13 @@ font-style: normal; } -.taviraj-light, -.typeTitle { +.taviraj-light { font-family: "Taviraj", serif; font-weight: 300; font-style: normal; } -.taviraj-regular, -.typeName { +.taviraj-regular { font-family: "Taviraj", serif; font-weight: 400; font-style: normal; @@ -108,6 +143,16 @@ font-style: italic; } +// : Use a unique and descriptive class name +// : 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; +} + // : Use a unique and descriptive class name // : Use a value from 200 to 1000 @@ -121,3 +166,22 @@ "wdth" 100, "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; +} diff --git a/static/font/LTAfficherNeue-BoldSubhead.otf b/static/font/LTAfficherNeue-BoldSubhead.otf new file mode 100644 index 0000000..1ecf0b5 Binary files /dev/null and b/static/font/LTAfficherNeue-BoldSubhead.otf differ diff --git a/static/font/LTAfficherNeue-Caption.otf b/static/font/LTAfficherNeue-Caption.otf new file mode 100644 index 0000000..5961d13 Binary files /dev/null and b/static/font/LTAfficherNeue-Caption.otf differ diff --git a/static/font/spinwerad.ttf b/static/font/spinwerad.ttf new file mode 100644 index 0000000..af914ef Binary files /dev/null and b/static/font/spinwerad.ttf differ