summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsdk_fonts_fc/99-slp.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/sdk_fonts_fc/99-slp.conf b/sdk_fonts_fc/99-slp.conf
index 43a2a9b..7fd3b18 100755
--- a/sdk_fonts_fc/99-slp.conf
+++ b/sdk_fonts_fc/99-slp.conf
@@ -34,4 +34,14 @@
<string>TizenSans</string>
</edit>
</match>
+
+ <match target="pattern">
+ <!-- check to see if the font is just regular -->
+ <test qual="any" name="family">
+ <string>Tizen</string>
+ </test>
+ <edit name="family" mode="assign">
+ <string>TizenSans</string>
+ </edit>
+ </match>
</fontconfig>