Skip to content

Commit 635309d

Browse files
Theme: Set system font as default font
Ref jquery-archivegh-8503
1 parent 5acb23e commit 635309d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/themes/default/jquery.mobile.theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ button,
1414
.ui-button {
1515
font-size: 1em;
1616
line-height: 1.3;
17-
font-family: sans-serif /*{global-font-family}*/;
17+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif /*{global-font-family}*/;
1818
}
1919
legend,
2020
.ui-textinput-text input,

0 commit comments

Comments
 (0)