sw/source/uibase/sidebar/ThemePanel.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 9754b3feb4092243f30c665abc0344b1a665b5f6
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Sat Jan 8 10:01:56 2022 -0300
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sun Jan 9 17:41:47 2022 +0100

    tdf#90497 Replace Open Sans -> Noto Sans
    
    See comment #19 of tdf#90497.
    
    Change-Id: Ic102e2155ae97cb191b13f883d7c2fcec6b9a38a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128139
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sw/source/uibase/sidebar/ThemePanel.cxx 
b/sw/source/uibase/sidebar/ThemePanel.cxx
index 974f32cb0fa6..6a13accc32a8 100644
--- a/sw/source/uibase/sidebar/ThemePanel.cxx
+++ b/sw/source/uibase/sidebar/ThemePanel.cxx
@@ -298,10 +298,10 @@ std::vector<FontSet> initFontSets()
     }
     {
         FontSet aFontSet;
-        aFontSet.maName = "Open Sans";
-        aFontSet.msHeadingFont = "Open Sans";
-        aFontSet.msBaseFont = "Open Sans";
-        aFontSet.msMonoFont = "Droid Sans Mono";
+        aFontSet.maName = "Noto Sans";
+        aFontSet.msHeadingFont = "Noto Sans";
+        aFontSet.msBaseFont = "Noto Sans";
+        aFontSet.msMonoFont = "Noto Mono";
         aFontSets.push_back(aFontSet);
     }
     {

Reply via email to