aboutsummaryrefslogtreecommitdiff
path: root/cheat/.cheat/webfont
blob: be4738216576b035e8bc38abefa258c23771779b (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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.