aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/cheat/webfont
blob: c8504a8e4a71923ce769d605a3de07bad0b4bdea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# https://github.com/google/woff2
# Permet de générer un woff2
woff2_compress mafont.ttf

# https://github.com/ananthakumaran/webify
# 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

# https://github.com/hanikesn/woff2otf
# Permet de génener un ttf à partir d'un woff
./woff2otf.py font.woff font.otf

# 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.