Latin extended characters not rendering
See original GitHub issueDescribe the bug I loaded a Google Font (Roboto) that I know it supports latin extended characters, like this:
Font.register(
'https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxPKTU1Kg.ttf',
{ family: 'Roboto' },
);
I put below the repl link and screenshot.
Screenshots This is what I get.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Latin-extended characters displayer wrong - Mozilla Support
After updating Firefox to 74.0 (x64) at Windows 10 Home x64 (1909) I'm encountering a problem with displaying of certain latin-extended ...
Read more >[resolved] latin-ext not showing æøå correctly - Codecademy
Hi I'm have just completed "make a website with bootstrap" and noticed I couldn't get Danish characters to show correctly. I have made...
Read more >Latin Extended fonts not rendering properly - Minti Themes
Hi,. there seems to be some problems with Latin Extended font rendering. In Chrome words with Latin-extended characters seem to have smaller ...
Read more >Extended Latin characters are not working - Forum
I am trying to get my code to display the language choices in the language of that land. The words show correctly in...
Read more >Google Fonts latin extended not working - Stack Overflow
When you type a custom demo text inclufing latin extended characters and apply it to all fonts, many of them render those characters...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Update:
I managed to get custom fonts working by using local imports and this workaround https://github.com/diegomura/react-pdf/issues/588#issuecomment-491538579
Example
The
src
is a path to a font I had downloaded from google font, imported/exported from birdfont (without making any changes), and added to my project. For some reason it fixes issues with custom fontsHi everyone I have some problems with the custom font. cause I can’t use Persian font even. None of this solution handles my problem. What should I do?