Add Actor Sheet first design

This commit is contained in:
Mandar
2020-12-09 19:10:12 +01:00
parent 0331ba2854
commit d9a082ec66
67 changed files with 719 additions and 527 deletions

View File

@@ -12,14 +12,27 @@
src: url("../fonts/BrushtipTexe.otf") format("opentype");
}
$font-primary: "Roboto", sans-serif;
// Font ArchitectsDaughter
@font-face {
font-family: "PatrickHand";
src: url('../fonts/PatrickHand.ttf') format("truetype");
}
$font-primary: "PatrickHand", sans-serif;
$font-secondary: "BrushtipTexe", sans-serif;
$font-dice: "LogotypeL5r", sans-serif;
h1 {
font: 1.5rem "BrushtipTexe";
body {
font: 16px $font-primary;
letter-spacing: 0.05rem;
}
h1, h4 {
font-family: $font-secondary;
}
h1 {font-size: 2rem;}
h4 {font-size: 1.25rem;}
i.strife,
i.success,
i.explosive,