summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/fontconfig/fonts.conf15
1 files changed, 3 insertions, 12 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf
index 7009d43..9bf9a0f 100644
--- a/.config/fontconfig/fonts.conf
+++ b/.config/fontconfig/fonts.conf
@@ -61,7 +61,7 @@
</match>
<match target="font">
- <test name="family">
+ <test name="family" compare="contains">
<string>@font-face:century</string>
</test>
<edit name="hintstyle" mode="assign">
@@ -71,15 +71,6 @@
<match target="font">
<test name="family">
- <string>@font-face:century-bold</string>
- </test>
- <edit name="hintstyle" mode="assign">
- <const>hintslight</const>
- </edit>
- </match>
-
- <match target="font">
- <test name="family">
<string>@font-face:CompatilFactLTW01-Regular</string>
</test>
<edit name="hintstyle" mode="assign">
@@ -88,8 +79,8 @@
</match>
<match target="font">
- <test name="family">
- <string>@font-face:HelveticaNeueW01-55Roma</string>
+ <test name="family" compare="contains">
+ <string>@font-face:HelveticaNeueW</string>
</test>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>