help3xsl/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b190949bdc9482030154e4db6de1ffbd4215942c Author: Adolfo Jayme Barrientos <fit...@ubuntu.com> AuthorDate: Mon Jun 20 08:10:06 2022 -0500 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Mon Jun 20 15:12:21 2022 +0200 Remove unreadable, obsolete fonts Change-Id: Ic1a9839b1819c6b455ded63e120b32c5995e58c8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136153 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/help3xsl/default.css b/help3xsl/default.css index cbf8f47cf..374050472 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; }