1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
From c47d45e3e20c09d24988b5c5b8415b59296a4788 Mon Sep 17 00:00:00 2001
From: Dominic Hargreaves <dom@earth.li>
Date: Fri, 1 Jan 2016 18:23:08 +0000
Subject: Use Noto Sans instead of Droid Sans
Droid Sans is deprecated in Debian, and we are using the fonts from
Debian rather than bundled with RT.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804687
Patch-Name: fonts_use_noto_sans.diff
Forwarded: not-needed
---
etc/RT_Config.pm.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index a39f37c3..01ecf21f 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2230,7 +2230,7 @@ Set(
'zh-cn' => "$RT::FontPath/DroidSansFallback.ttf",
'zh-tw' => "$RT::FontPath/DroidSansFallback.ttf",
'ja' => "$RT::FontPath/DroidSansFallback.ttf",
- 'others' => "$RT::FontPath/DroidSans.ttf",
+ 'others' => "$RT::FontPath/NotoSans-Regular.ttf",
);
=item C<$ChartsTimezonesInDB>
|