initial import

This commit is contained in:
Nicolas Delaforge
2021-07-08 10:12:12 +02:00
parent 689b01c11e
commit 9f907c9417
74 changed files with 2908 additions and 0 deletions

42
styles/typography.less Normal file
View File

@@ -0,0 +1,42 @@
/* ----------------------------------------- */
/* LOCAL FONTS */
/* ----------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Contrail+One&display=swap');
//@font-face {
// font-family: "ImaginaryForces";
// src: url('../fonts/iforces.ttf');
//}
//@font-face {
// font-family: "OPTIFantastiK";
// src: url('../fonts/OPTIFantastiK.otf');
//}
@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;
@font-secondary: 'MyriadPro', sans-serif;
@font-tertiary: "Modesto Condensed", "Palatino Linotype", serif;
@font-charname: "PermanentMarker", cursive;
@font-handwrite: "ChN1Regular", cursive;