summaryrefslogtreecommitdiff
path: root/sdk_fonts_fc/99-slp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sdk_fonts_fc/99-slp.conf')
-rwxr-xr-xsdk_fonts_fc/99-slp.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/sdk_fonts_fc/99-slp.conf b/sdk_fonts_fc/99-slp.conf
new file mode 100755
index 0000000..8af20ca
--- /dev/null
+++ b/sdk_fonts_fc/99-slp.conf
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+<!--
+ Accept deprecated 'SLP' alias, replacing it with 'Helvetica'
+ -->
+ <match target="pattern">
+ <!-- check to see if the font is just regular -->
+ <test qual="any" name="family">
+ <string>SLP</string>
+ </test>
+ <edit name="family" mode="assign">
+ <string>SLPSans</string>
+ </edit>
+ </match>
+</fontconfig>