Custom fonts acting weird on iOS with 2.5.3
See original GitHub issueHi Guys,
After this weekend our custom fonts are acting weird on iOS. After some investigation we found out that there is a new tns-core-modules version 2.5.3.
In our package.json we have "tns-core-modules": "~2.5.2" and because of the tilde it was updated automatically to 2.5.3. This release broke our application and we spend a lot of time to figure out what went wrong.
I’m curious what was changed and why version 2.5.3 broke our application. But I could not find an issue, pull request, changelog or git tag related to 2.5.3 except for this branch https://github.com/NativeScript/NativeScript/commits/font-weight-fixes-2.5 So I’m left with two questions:
- What changed in 2.5.3 ?
- Why is this release not documented?
Kind regards, Henk Bakker
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
iOS 14.x Custom Font Issue | Apple Developer Forums
We have noticed an issue on 14.x related to loading the fonts mentioned in our CSS. The font file is not getting loaded...
Read more >Custom fonts on iOS app - working in Simulator but not iPad
Just open FontBook from Finder and select User now from File->Add Fonts select the font you want to add into your application, after...
Read more >Common Mistakes With Adding Custom Fonts to Your iOS App
Common Mistakes With Adding Custom Fonts to Your iOS App · 1. Include your fonts in your XCode project · 2. Make sure...
Read more >How to install fonts on an iPad - YouTube
In today's video I'll be showing you how to download and use fonts on your iPad. I have here with me today the...
Read more >iOS - Wikipedia
iOS (formerly iPhone OS) is a mobile operating system created and developed by Apple Inc. exclusively for its hardware. It is the operating...
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 Free
Top 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

@NickIliev tnx for the feedback! I have created an example repo https://github.com/Essent/font-issue-2.5.3. While working on this example and looking into to the mentioned issue I think I found a solution: adding
font-weight: 800to css. This was functionality which would not work before, as mentioned in the issue. So we never added it any where in our application.This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.