[Libreoffice-commits] help.git: Branch 'libreoffice-7-4' - help3xsl/default.css

2022-06-20 Thread Adolfo Jayme Barrientos (via logerrit)
 help3xsl/default.css |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 98083915835fafdea99aec70c624b91c1a204b38
Author: Adolfo Jayme Barrientos 
AuthorDate: Mon Jun 20 08:10:06 2022 -0500
Commit: Adolfo Jayme Barrientos 
CommitDate: Mon Jun 20 15:18:37 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 
(cherry picked from commit 67160927d258d673d9db78108d6df08e55b59277)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136162

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;
 }
 


[Libreoffice-commits] help.git: Branch 'libreoffice-7-4' - help3xsl/default.css

2022-06-20 Thread Adolfo Jayme Barrientos (via logerrit)
 help3xsl/default.css |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 9257660dcda0ba8aa7fe6b3b96c430c0ed6e8bf1
Author: Adolfo Jayme Barrientos 
AuthorDate: Mon Jun 20 07:33:21 2022 -0500
Commit: Adolfo Jayme Barrientos 
CommitDate: Mon Jun 20 14:40:43 2022 +0200

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 
Tested-by: Jenkins
(cherry picked from commit 123a81e24344fa5363c13a069ff31dfdae04a1d6)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136161

diff --git a/help3xsl/default.css b/help3xsl/default.css
index bb3a2bc7d..cbf8f47cf 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);