refactor(1.89.18): cleanup fonts usage

This commit is contained in:
Azgaar 2023-05-13 15:55:08 +04:00
parent d55125cd12
commit e2af899792
6 changed files with 109 additions and 61 deletions

4
libs/jquery-ui.css vendored
View file

@ -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-"] {