Merge branch 'master' into Dev-Vlyan
# Conflicts: # system/l5r-ui/ui/cursors/normal.webp
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user