mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
fix font vars
This commit is contained in:
parent
5de6d29f88
commit
175d68cc4e
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@
|
||||||
--font-body: 'Montserrat';
|
--font-body: 'Montserrat';
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-title: var(--font-title, 'Cinzel Decorative'), serif;
|
@font-title: ~"var(--font-title, 'Cinzel Decorative'), serif";
|
||||||
@font-subtitle: var(--font-subtitle, 'Cinzel'), serif;
|
@font-subtitle: ~"var(--font-subtitle, 'Cinzel'), serif";
|
||||||
@font-body: var(--font-body, 'Montserrat'), sans-serif;
|
@font-body: ~"var(--font-body, 'Montserrat'), sans-serif";
|
||||||
|
|
||||||
.dh-style {
|
.dh-style {
|
||||||
.dh-typography();
|
.dh-typography();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue