mirror of
https://git.topisto.net/tibo/template.git
synced 2026-03-31 19:29:10 +00:00
initialisation with SMETI code
This commit is contained in:
7
frontend/fonts/process_fonts.sh
Executable file
7
frontend/fonts/process_fonts.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# que le charset pour le Français
|
||||
#pyftsubset $1 --unicodes="U+20-5F, U+61-7A, U+7C, U+A0, U+A7, U+A9, U+AB, U+B2-B3, U+BB, U+C0, U+C2, U+C6-CB, U+CE-CF, U+D4, U+D9, U+DB-DC, U+E0, U+E2, U+E6-EB, U+EE-EF, U+F4, U+F9, U+FB-FC, U+FF, U+152-153, U+178, U+2B3, U+2E2, U+1D48-1D49, U+2010-2011, U+2013-2014, U+2019, U+201C-201D, U+2020-2021, U+2026, U+202F-2030, U+20AC, U+2212" --layout-features='*' --flavor=woff2 --output-file=$2
|
||||
|
||||
# que les majuscules
|
||||
pyftsubset $1 --unicodes="U+41-5A" --layout-features='*' --flavor=woff2 --output-file=$2
|
||||
|
||||
Reference in New Issue
Block a user