Merge branch 'master' into Dev-Vlyan

# Conflicts:
#	system/l5r-ui/ui/cursors/normal.webp
This commit is contained in:
Vlyan
2020-12-09 21:04:38 +01:00
65 changed files with 939 additions and 661 deletions

View File

@@ -12,12 +12,30 @@
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;
body {
font: 16px $font-primary;
letter-spacing: 0.05rem;
}
h1,
h4 {
font-family: $font-secondary;
}
h1 {
font: 1.5rem "BrushtipTexe";
font-size: 2rem;
}
h4 {
font-size: 1.25rem;
}
i.strife,