Cosimo Cecchi cafc08
diff --git a/fontconfig/31-cantarell.conf b/fontconfig/31-cantarell.conf
Cosimo Cecchi cafc08
new file mode 100644
Cosimo Cecchi cafc08
index 0000000..2b3ab09
Cosimo Cecchi cafc08
--- /dev/null
Cosimo Cecchi cafc08
+++ b/fontconfig/31-cantarell.conf
Cosimo Cecchi cafc08
@@ -0,0 +1,18 @@
Cosimo Cecchi cafc08
+
Cosimo Cecchi cafc08
+
Cosimo Cecchi cafc08
+
Cosimo Cecchi cafc08
+
Cosimo Cecchi cafc08
+     Define aliasing and other fontconfig settings for Cantarell.
Cosimo Cecchi cafc08
+
Cosimo Cecchi cafc08
+-->
Cosimo Cecchi cafc08
+<fontconfig>
Cosimo Cecchi cafc08
+  
Cosimo Cecchi cafc08
+  <match target="pattern">
Cosimo Cecchi cafc08
+    <test qual="any" name="family">
Cosimo Cecchi cafc08
+      <string>Cantarell</string>
Cosimo Cecchi cafc08
+    </test>
Cosimo Cecchi cafc08
+    <edit name="family" mode="assign" binding="weak">
Cosimo Cecchi cafc08
+      <string>Cantarell</string>
Cosimo Cecchi cafc08
+    </edit>
Cosimo Cecchi cafc08
+  </match>
Cosimo Cecchi cafc08
+</fontconfig>
Cosimo Cecchi cafc08
diff --git a/fontconfig/57-cantarell.conf b/fontconfig/57-cantarell.conf
Cosimo Cecchi cafc08
deleted file mode 100644
Cosimo Cecchi cafc08
index 03efec1..0000000
Cosimo Cecchi cafc08
--- a/fontconfig/57-cantarell.conf
Cosimo Cecchi cafc08
+++ /dev/null
Cosimo Cecchi cafc08
@@ -1,23 +0,0 @@
Cosimo Cecchi cafc08
-
Cosimo Cecchi cafc08
-
Cosimo Cecchi cafc08
-
Cosimo Cecchi cafc08
-
Cosimo Cecchi cafc08
-     Define aliasing and other fontconfig settings for Cantarell.
Cosimo Cecchi cafc08
-
Cosimo Cecchi cafc08
--->
Cosimo Cecchi cafc08
-<fontconfig>
Cosimo Cecchi cafc08
-  
Cosimo Cecchi cafc08
-  <alias>
Cosimo Cecchi cafc08
-    <family>Cantarell</family>
Cosimo Cecchi cafc08
-    <default>
Cosimo Cecchi cafc08
-      <family>sans-serif</family>
Cosimo Cecchi cafc08
-    </default>
Cosimo Cecchi cafc08
-  </alias>
Cosimo Cecchi cafc08
-  
Cosimo Cecchi cafc08
-  <alias>
Cosimo Cecchi cafc08
-    <family>sans-serif</family>
Cosimo Cecchi cafc08
-    <prefer>
Cosimo Cecchi cafc08
-      <family>Cantarell</family>
Cosimo Cecchi cafc08
-    </prefer>
Cosimo Cecchi cafc08
-  </alias>
Cosimo Cecchi cafc08
-</fontconfig>
Cosimo Cecchi cafc08
diff --git a/fontconfig/Makefile.am b/fontconfig/Makefile.am
Cosimo Cecchi cafc08
index 335a682..a6fb360 100644
Cosimo Cecchi cafc08
--- a/fontconfig/Makefile.am
Cosimo Cecchi cafc08
+++ b/fontconfig/Makefile.am
Cosimo Cecchi cafc08
@@ -1,6 +1,6 @@
Cosimo Cecchi cafc08
 configdir = $(datadir)/fontconfig/conf.avail/
Cosimo Cecchi cafc08
 config_DATA = \
Cosimo Cecchi cafc08
-	57-cantarell.conf
Cosimo Cecchi cafc08
+	31-cantarell.conf
Cosimo Cecchi cafc08
 
Cosimo Cecchi cafc08
 EXTRA_DIST = $(config_DATA)
Cosimo Cecchi cafc08