Custom Font rendered smaller than system font
-
Hello,
I created a design from Figma in JSreport using the Arial system font. After everything looked good, I wanted to switch to our brand font, but it broke my layout. Everything is now approx. half the size as compared to when using the system font.
Why is that and what do I need to adjust, so my custom font is as big as the system font?
Thanks for your help!
-
I'm not an expert on fonts, but maybe the following trick will solve your problem
<style> body { zoom: 1.5; } </style>
Note that the font handling is processed fully by Chrome and jsreport does not influence it.