style(fonts): use readable font for window titles while keeping Wood
Stamp for content headings
This commit is contained in:
parent
bcf43f1bd6
commit
3c5e24a646
1 changed files with 8 additions and 3 deletions
|
@ -66,12 +66,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Direct CSS rules with higher specificity to override FoundryVTT defaults
|
// Direct CSS rules with higher specificity to override FoundryVTT defaults
|
||||||
h1, h2, h4, h5,
|
h1:not(.window-title), h2, h4, h5,
|
||||||
.ds4-currency-title,
|
.ds4-currency-title,
|
||||||
.ds4-embedded-document-list-title {
|
.ds4-embedded-document-list-title {
|
||||||
font-family: var(--ds4-font-heading) !important;
|
font-family: var(--ds4-font-heading) !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 100;
|
|
||||||
font-weight: 100 !important;
|
font-weight: 100 !important;
|
||||||
text-rendering: optimizeSpeed;
|
}
|
||||||
|
|
||||||
|
// Keep window titles readable with standard font
|
||||||
|
.window-title {
|
||||||
|
font-family: var(--font-sans) !important;
|
||||||
|
font-weight: 600 !important;
|
||||||
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue