projects
/
projets
/
cm-custom.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
switch ibm plex to noto
[projets/cm-custom.git]
/
fontpatcher.sh
1
#!/bin/sh
2
3
for font in dist-font/cm-data/NotoSans/*
4
do
5
echo "Patching $font"
6
fontforge -script fontpatcher.pe $font
7
done