Explorar el Código

Fix incorrect fontconfig.

xz9 hace 4 años
padre
commit
2d325c4aeb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config/fontconfig/45-Hack.conf

+ 2 - 2
config/fontconfig/45-Hack.conf

@@ -9,10 +9,10 @@
   <!-- if this file is put in user’s configuration, unset sans-serif family -->
   <match>
     <test compare="eq" name="family">
-        <string>Hack</string>
+        <string>sans-serif</string>
     </test>
     <test compare="eq" name="family">
-        <string>sans-serif</string>
+        <string>Hack</string>
     </test>
     <edit mode="delete" name="family"/>
   </match>