googlefonts / nam-files

Unicode ranges used to subset fonts in the Google Fonts CSS API
Apache License 2.0
3 stars 0 forks source link

Latin ext missing arrows? #9

Open davelab6 opened 4 years ago

davelab6 commented 4 years ago

https://twitter.com/zachleat/status/1298008910968901632?s=19

tatianamac commented 4 years ago

Thank you, @davelab6 ! Just in case someone else encounters this issue, here is a work-around that Zach Leatherman came up with that I successfully implemented in production for a project I'm working on.

Essentially, we to manually add glyphs, a user can go to this Codepen:

  1. Paste in the arrows they want into the encodeURI param in the console.
  2. Copy the text= param it generates in the Console.
  3. Concatenate that param to the stylesheet link.
  4. Call that new URL in their @font-face or @import declaration.

I was able to get this to work for the missing arrows for me while this fix occurs.

thlinard commented 4 years ago

https://github.com/google/fonts/issues/2624