Support des propriétés d'items

Amélioration de l'interface
Améliorations cosmétiques
This commit is contained in:
ZigmundKreud
2021-12-24 04:51:14 +01:00
parent d5a5990faa
commit 7531937e52
59 changed files with 1919 additions and 210 deletions

View File

@@ -2,6 +2,7 @@
/* LOCAL FONTS */
/* ----------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Contrail+One&display=swap');
@import "../node_modules/rpg-awesome/css/rpg-awesome.min.css"; //External Import
@font-face {
font-family: "CCMeanwhile";
@@ -20,6 +21,10 @@
font-family: "Wolfsbane2Expanded";
src: url('../fonts/wolfsbane2expand.ttf');
}
@font-face {
font-family: "IMFellDWPicaSC-Regular";
src: url('../fonts/IMFellDWPicaSC-Regular.ttf');
}
/* ----------------------------------------- */
/* TEXT STYLES */
@@ -28,6 +33,8 @@
@font-primary: 'Signika', sans-serif;
@font-secondary: 'Contrail One', cursive;
@font-tertiary: "Wolfsbane2Expanded", cursive;
@font-special: "IMFellDWPicaSC-Regular", serif;
@font-special2 : "Modesto Condensed", "Palatino Linotype", serif;
@font-header: "Wolfsbane2", cursive;
@font-charname: "Wolfsbane2Expanded", cursive;
@font-handwrite: "CCMeanwhile", cursive;