Skip to content

Instantly share code, notes, and snippets.

@dy
Created January 29, 2021 03:09
Show Gist options
  • Save dy/1777866830331aaf07e9a26f2c39259d to your computer and use it in GitHub Desktop.
Save dy/1777866830331aaf07e9a26f2c39259d to your computer and use it in GitHub Desktop.
Fix google font diacritics
lookup diacritics {
markClass [gravecomb acutecomb] <anchor 160 512> @TOP_MARKS;
# ш м т
pos base [\uni0448 \uni043C \uni0442] <anchor 500 512> mark @TOP_MARKS;
} diacritics;
feature mark {
lookup diacritics;
} mark;
# compile as
# makeotf -ff diacritics.fea -f source.ttf -o result.otf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment