From 98083915835fafdea99aec70c624b91c1a204b38 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Mon, 20 Jun 2022 08:10:06 -0500 Subject: Remove unreadable, obsolete fonts Change-Id: Ic1a9839b1819c6b455ded63e120b32c5995e58c8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136153 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos (cherry picked from commit 67160927d258d673d9db78108d6df08e55b59277) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136162 --- help3xsl/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit