File: fonts_use_noto_sans.diff

package info (click to toggle)
request-tracker4 4.4.6%2Bdfsg-1.1%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 63,472 kB
  • sloc: javascript: 130,444; perl: 65,299; sh: 1,322; makefile: 471; python: 37; php: 30
file content (27 lines) | stat: -rw-r--r-- 959 bytes parent folder | download | duplicates (2)
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
From 25084e37d26fc4f9e0ca20b36b8020f1c323a079 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
---
 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 84dc725d..6b0284dd 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1247,7 +1247,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>