diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-06-20 07:33:21 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-06-20 14:38:15 +0200 |
commit | 8db4f0bd980c14b969f8bc08d3a1ecac7d5f7336 (patch) | |
tree | 6547594daf3f2e3f01736e1eb62a09100773db92 /help3xsl | |
parent | fd6e7ec2b20e751a092a38cc3c3c92acf82fde81 (diff) |
tdf#142380 tdf#142531 Update font stack, w/o “system-ui”
Change-Id: I1e6f27883b707147fdd07cdca2ca56e99a9fdc95
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136152
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Jenkins
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index bb3a2bc7da..cbf8f47cff 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -30,6 +30,7 @@ do not break anything related to layout by scaling. */ :root { --font_mono: Menlo, Consolas, "DejaVu Sans Mono", "Nimbus Mono L", "Lucida Sans Typewriter", "Courier New", Courier, Monaco, monospace; + --font_body: Ubuntu, Cantarell, "Segoe UI Variable", "Segoe UI", "Noto Sans", "DejaVu Sans", "Lucida Grande", sans-serif, FreeSerif, NanumGothic, "Noto Sans Tibetan", Taprom; } body, @@ -43,7 +44,7 @@ h6, .listitem, .listitemintable, .tablecontent { - font-family: -apple-system, "Segoe UI", sans-serif, Roboto, Ubuntu, Cantarell, "Noto Sans", "DejaVu Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, FreeSerif, NanumGothic, "Noto Sans Tibetan", Taprom; + font-family: var(--font_body); } .input { background-color: rgba(0,0,0,0.04); |