summaryrefslogtreecommitdiff
path: root/scripts/subset-fonts.sh
AgeCommit message (Collapse)Author
2022-04-18resolves #2010 bundle Noto Sans in addition to Noto Serif and add built-in ↵Dan Allen
theme sans-with-fallback-font (PR #2050)
2022-04-18fix typo in script [skip ci]Dan Allen
2021-01-13configure subset fonts script so it can be used with docker as an ↵Dan Allen
alternative to podman [skip ci]
2021-01-12fix subset fonts script and apply updates to emoji fontDan Allen
2021-01-12add clearer statement about how to run the subset-fonts.sh script [skip ci]Dan Allen
2020-06-10resolves #1625 add additional glyphs to bundled fontsDan Allen
* add heavy checkmark to fallback font * add both checkmarks to monospaced font * add numero sign to prose font and fallback font
2020-06-10replace --privileged option with :Z flag on volume mount when running ↵Dan Allen
container for subset-fonts script [skip ci]
2020-01-31resolves #1129 bundle emoji font and use as fallback font (PR #1527)Dan Allen
2020-01-29download specific version of Noto Serif fonts to make font generation ↵Dan Allen
reproducible [skip ci]
2019-09-17exit subset-font.sh script properly if fontforge command fails [skip ci]Dan Allen
2019-07-21execute container as correct userDan Allen
2019-07-20regenerate Noto Serif fontsDan Allen
- regenerate Noto Serif fonts (using 1.06 from 2016-10-22) - reimport double arrows from M+ 1p automatically - update subset font script to process Noto Serif fonts - add test to verify selected glyphs are present in both Noto Serif and M+ 1p Fallback fonts - remove unneeded circled numbers from mplus1mn font
2019-07-16add scripts to subset M+ fontsDan Allen