mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[BUGFIX] Fix game system conflict css font vars with foundry (#1421)
* bugfix: fix game system conflict css font vars with foundry * bugfix: fix typo
This commit is contained in:
parent
360b903437
commit
46a9aea029
1 changed files with 6 additions and 6 deletions
|
|
@ -2,14 +2,14 @@
|
|||
@import './mixin.less';
|
||||
|
||||
:root {
|
||||
--font-title: 'Cinzel Decorative';
|
||||
--font-subtitle: 'Cinzel';
|
||||
--font-body: 'Montserrat';
|
||||
--dh-font-title: 'Cinzel Decorative';
|
||||
--dh-font-subtitle: 'Cinzel';
|
||||
--dh-font-body: 'Montserrat';
|
||||
}
|
||||
|
||||
@font-title: ~"var(--font-title, 'Cinzel Decorative'), serif";
|
||||
@font-subtitle: ~"var(--font-subtitle, 'Cinzel'), serif";
|
||||
@font-body: ~"var(--font-body, 'Montserrat'), sans-serif";
|
||||
@font-title: ~"var(--dh-font-title, 'Cinzel Decorative'), serif";
|
||||
@font-subtitle: ~"var(--dh-font-subtitle, 'Cinzel'), serif";
|
||||
@font-body: ~"var(--dh-font-body, 'Montserrat'), sans-serif";
|
||||
|
||||
.dh-style {
|
||||
.dh-typography();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue