Poor font quality Ionic View

Hi all,

I haven’t started with CSS optimizations for the font, but I wanted to address this problem and want to know if anyone else is having the same problem?

When I view my app in my browser (serve), the font is truly awesome. When I check the same app in Ionic View, the font looks like it’s compressed somehow and the quality isn’t as great as in serve. Am I the only one with this problem and is there a fix for this or am I doing something wrong?

I have tested multiple fonts, so it can’t be that…

Hello BJ,

Ionic has their own inbuilt font,You can change it in Ionic Serve or Web version but after building apk the fonts are default as per ionic.

You can Use in ionic-

 <p>This is Paragraph</p>
    <h3>This is a Line</h3>

Hope this will help.

Happy Holidays,
-Aditya Kumar

Hi,

I know that, but that is not my question. I have my own fonts, yet they are still not qualitative and I want to know whether that can be changed or not…

You can Change it in Library i.e ionic.css
Try and let me know if it works