diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-06-20 08:10:06 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-06-20 15:18:37 +0200 |
commit | 98083915835fafdea99aec70c624b91c1a204b38 (patch) | |
tree | 36af63940555ba5e32db83d046d093358f5c3703 | |
parent | 9257660dcda0ba8aa7fe6b3b96c430c0ed6e8bf1 (diff) |
Remove unreadable, obsolete fonts
Change-Id: Ic1a9839b1819c6b455ded63e120b32c5995e58c8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136153
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit 67160927d258d673d9db78108d6df08e55b59277)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136162
-rw-r--r-- | help3xsl/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index cbf8f47cff..3740504722 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -29,7 +29,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_mono: Menlo, "Cascadia Mono", "Cascadia Code", Consolas, "DejaVu Sans Mono", monospace; --font_body: Ubuntu, Cantarell, "Segoe UI Variable", "Segoe UI", "Noto Sans", "DejaVu Sans", "Lucida Grande", sans-serif, FreeSerif, NanumGothic, "Noto Sans Tibetan", Taprom; } |