From 59a4142b002624792b6f61992de0e8617c947494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 3 Jul 2022 21:51:01 +0200 Subject: [PATCH] doc: remove font "Noto Color Emoji" This allows the same render for north east arrow on all browsers. --- doc/docinfo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/docinfo.html b/doc/docinfo.html index ded9ebc02..8f3340d5b 100644 --- a/doc/docinfo.html +++ b/doc/docinfo.html @@ -12,7 +12,7 @@ color-scheme: dark; --body-bg-color: #1a1a1a; --body-color: #ddd; - --body-font: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; + --body-font: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --link-color: #7abeef; --table-thead-tfoot: #252525; --th-color: #fff; @@ -44,7 +44,7 @@ color-scheme: light; --body-bg-color: ##fff; --body-color: #353535; - --body-font: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; + --body-font: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --link-color: #3d6baf; --table-thead-tfoot: #f7f8f7; --th-color: #000;