mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
14 lines
389 B
Text
Executable file
14 lines
389 B
Text
Executable file
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Cinzel+Decorative:wght@700&family=Montserrat:wght@400;600&display=swap');
|
|
@import './mixin.less';
|
|
|
|
@font-title: 'Cinzel Decorative', serif;
|
|
@font-subtitle: 'Cinzel', serif;
|
|
@font-body: 'Montserrat', sans-serif;
|
|
|
|
.dh-style {
|
|
.dh-typography();
|
|
}
|
|
|
|
.dh-style fieldset {
|
|
.dh-typography();
|
|
}
|