Can't draw Currency symbols #296
Replies: 2 comments 2 replies
|
That would suggest to me that the font does not contain that particular symbol. You’ll need a fallback font. |
0 replies
|
If you visit the test page, it will render the symbol properly. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am using Google Fonts 'Arimo' to try and write a currency symbol, for example: ₪

The Glyph does not come up. Other currency codes do come out.
text: "USD: $; EUR: €; ILS: ₪; GBP: £"
Output:
Any ideas?
All reactions