# Permet de générer un woff2 woff2_compress mafont.ttf # Permet de générer un woff sans EOT et SVG car il le fait par défaut webify mafont.ttf ---no-eot --no-svg # En une seul ligne $font=mafont.ttf; woff2_compress $font; webify $font --no-eot --no-svg # Css tips: If webfont is loaded with "?xxxxx" at the end of the file, the "xxxxx" must be changed.