diff --git a/.gitattributes b/.gitattributes
index 64544264b7ebca05c04e65758f0cebc88f8e12bf..fa4766dbdec95d7ca45931a28ab24b0ef60e2535 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -205,6 +205,7 @@ fonts/picto-cognac.eot -text
 fonts/picto-cognac.svg -text
 fonts/picto-cognac.ttf -text
 fonts/picto-cognac.woff -text
+fonts/picto-cognac.woff2 -text
 fonts/picto-soyezcreateurs.eot -text
 fonts/picto-soyezcreateurs.svg -text
 fonts/picto-soyezcreateurs.ttf -text
diff --git a/fonts/picto-cognac.woff2 b/fonts/picto-cognac.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..792d7f53a6ac7b430727ab0ee5ce8c9b1be2b439
Binary files /dev/null and b/fonts/picto-cognac.woff2 differ
diff --git a/paquet.xml b/paquet.xml
index 82705df4957ca13fe64efb18e1cf1de4e5b2203e..cf063aebff4b8630b85a640d2d6e7f51e25777f8 100644
--- a/paquet.xml
+++ b/paquet.xml
@@ -1,7 +1,7 @@
 <paquet
 	prefix="soyezcreateurs"
 	categorie="squelette"
-	version="4.2.14"
+	version="4.2.15"
 	etat="stable"
 	compatibilite="[3.0.25;3.2.*]"
 	logo="img_pack/soyezcreateurs_48.png"
diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html
index 8e4fcaddec5b0469e23929a3c301752b7321efd9..6ffd319b16aa76bb10ad85362b235832537e99a4 100644
--- a/stylessoyezcreateurs.css.html
+++ b/stylessoyezcreateurs.css.html
@@ -101,8 +101,9 @@ body { background: transparent; }
   font-family: 'picto-soyezcreateurs';
   src:  url('[(#CHEMIN{fonts/picto-soyezcreateurs.eot}|timestamp)]');
   src:  url('[(#CHEMIN{fonts/picto-soyezcreateurs.eot}|timestamp)]#iefix') format('embedded-opentype'),
-    url('[(#CHEMIN{fonts/picto-soyezcreateurs.ttf}|timestamp)]') format('truetype'),
+    url('[(#CHEMIN{fonts/picto-soyezcreateurs.woff2}|timestamp)]') format('woff2'),
     url('[(#CHEMIN{fonts/picto-soyezcreateurs.woff}|timestamp)]') format('woff'),
+    url('[(#CHEMIN{fonts/picto-soyezcreateurs.ttf}|timestamp)]') format('truetype'),
     url('[(#CHEMIN{fonts/picto-soyezcreateurs.svg}|timestamp)]#picto-soyezcreateurs') format('svg');
   font-weight: normal;
   font-style: normal;