Skip to content

Instantly share code, notes, and snippets.

@bvarga
Created August 4, 2017 09:27
Show Gist options
  • Save bvarga/f877eef702130e731acdef720b6cb9ad to your computer and use it in GitHub Desktop.
Save bvarga/f877eef702130e731acdef720b6cb9ad to your computer and use it in GitHub Desktop.
webfontrecos: character mapping example
À (À) -> “H”
Á (Á) -> “e”
 (Â) -> “l”
à (Ã) -> “l”
Ä (Ä) -> “o”
Å (Å) -> “” (space)
Æ (Æ) -> “W”
Ç (Ç) -> “o”
È (È) -> “r”
É (É) -> “l”
Ê (Ê) -> “d”
the rest: a zero width character.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment