2021-07-08 10:12:12 +02:00
|
|
|
/* ----------------------------------------- */
|
|
|
|
/* LOCAL FONTS */
|
|
|
|
/* ----------------------------------------- */
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Contrail+One&display=swap');
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "CCMeanwhile";
|
|
|
|
src: url('../fonts/ccmeanwhile-regular.ttf');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Wolfsbane2";
|
|
|
|
src: url('../fonts/wolfsbane2.ttf');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Wolfsbane2Condensed";
|
|
|
|
src: url('../fonts/wolfsbane2cond.ttf');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Wolfsbane2Expanded";
|
|
|
|
src: url('../fonts/wolfsbane2expand.ttf');
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ----------------------------------------- */
|
|
|
|
/* TEXT STYLES */
|
|
|
|
/* ----------------------------------------- */
|
|
|
|
|
|
|
|
@font-primary: 'Signika', sans-serif;
|
2021-11-07 20:23:02 +01:00
|
|
|
@font-secondary: 'Contrail One', cursive;
|
2021-11-08 14:40:29 +01:00
|
|
|
@font-tertiary: "Wolfsbane2Expanded", cursive;
|
|
|
|
@font-header: "Wolfsbane2", cursive;
|
2021-11-07 20:23:02 +01:00
|
|
|
@font-charname: "Wolfsbane2Expanded", cursive;
|
|
|
|
@font-handwrite: "CCMeanwhile", cursive;
|