From c53378d1083e964a5e9e68d109b082d37b17e6b8 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 27 Nov 2016 19:04:26 +0100 Subject: [PATCH] Switch from DejaVu to Noto font As discussed, Noto renders much better with freetype 2.7 [1]. The DejaVu package is still in the HaikuPorts repo and can be installed manually just like all the other available fonts. [1] http://www.freelists.org/post/haiku-development/freetype-update-from-265-to-27 --- userguide/Haiku-doc.css | 2 +- welcome/Haiku-doc.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/userguide/Haiku-doc.css b/userguide/Haiku-doc.css index 509c9fef..7a278901 100644 --- a/userguide/Haiku-doc.css +++ b/userguide/Haiku-doc.css @@ -21,7 +21,7 @@ body { line-height: 1.5; margin: 0; padding: 0; - font-family: "DejaVu Sans", Arial, Helvetica, sans-serif; + font-family: "Noto Sans", Arial, Helvetica, sans-serif; } /* link colors and text decoration */ diff --git a/welcome/Haiku-doc.css b/welcome/Haiku-doc.css index 509c9fef..7a278901 100644 --- a/welcome/Haiku-doc.css +++ b/welcome/Haiku-doc.css @@ -21,7 +21,7 @@ body { line-height: 1.5; margin: 0; padding: 0; - font-family: "DejaVu Sans", Arial, Helvetica, sans-serif; + font-family: "Noto Sans", Arial, Helvetica, sans-serif; } /* link colors and text decoration */