mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
refactor(1.89.18): cleanup fonts usage
This commit is contained in:
parent
d55125cd12
commit
e2af899792
6 changed files with 109 additions and 61 deletions
4
libs/jquery-ui.css
vendored
4
libs/jquery-ui.css
vendored
|
|
@ -421,13 +421,13 @@ body .ui-dialog {
|
|||
/* Component containers
|
||||
----------------------------------*/
|
||||
.ui-widget {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: var(--sans-serif);
|
||||
}
|
||||
.ui-widget input,
|
||||
.ui-widget select,
|
||||
.ui-widget textarea,
|
||||
.ui-widget button {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: var(--sans-serif);
|
||||
font-size: 1em;
|
||||
}
|
||||
.ui-widget button[class^="icon-"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue