Skip to content

Commit

Permalink
[sailfishos][embedlite] Set default font for html & body. JB#62597
Browse files Browse the repository at this point in the history
This commit syncs default font from Android FF config.css:
mobile/android/themes/geckoview/config.css

GitHub issue:
sailfishos/sailfish-browser#1083
  • Loading branch information
rainemak committed Oct 3, 2024
1 parent 9ead1da commit 8e9d8d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions embedding/embedlite/tests/content/embedScrollStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
@namespace url("http://www.w3.org/1999/xhtml");
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

html,
body {
font-family: sans-serif;
-moz-text-size-adjust: none;
}

/* Style the scrollbars */
xul|window xul|scrollbar {
display: none;
Expand Down

0 comments on commit 8e9d8d3

Please sign in to comment.