I wanted to use Poppins in my iOS application, but iOS uses an incorrect line height for the font.
The screenshot below demonstrates Poppins with Regular and SemiBold weights being rendered in an iOS application. The bounding rectangle shows the size of the text view. Notice the spacing between lines is too loose:
I checked as well how different operating systems render the font. Windows does the right job, but Apple-based operating systems always render the font with a loose line hight.
The screenshot below is taken from the https://fonts.adobe.com/fonts/poppins opened in Safari on iOS. Notice a huge line spacing and the text being cut
The screenshot below is taken from Brave(Chromium-based) browser on macOS.
Google Font always renders the font with a loose spacing between lines on any operating systems
And the last one is taken from Brave on Windows.
Interestingly, indiantypefoundry website renders the font correctly on both operating systems.
Would it be possible to make the font render correctly despite the OS?
Hey folks,
Thanks for working on such a fantastic font!
I wanted to use Poppins in my iOS application, but iOS uses an incorrect line height for the font.
The screenshot below demonstrates Poppins with Regular and SemiBold weights being rendered in an iOS application. The bounding rectangle shows the size of the text view. Notice the spacing between lines is too loose:
I checked as well how different operating systems render the font. Windows does the right job, but Apple-based operating systems always render the font with a loose line hight.
The screenshot below is taken from the https://fonts.adobe.com/fonts/poppins opened in Safari on iOS. Notice a huge line spacing and the text being cut
The screenshot below is taken from Brave(Chromium-based) browser on macOS.
Google Font always renders the font with a loose spacing between lines on any operating systems
And the last one is taken from Brave on Windows.
Interestingly, indiantypefoundry website renders the font correctly on both operating systems.
Would it be possible to make the font render correctly despite the OS?