Fonts look bad/different in Safari & Firefox

The fonts I am using look much different in Safari and Firefox than in Chrome, how can I fix?

Hello There,

Thanks for writing in!

Can you please share website URL for us to take closer look?

Thanks.

Hi!

I use this CSS to make font in body look good in Safari:

/*
// Body Safari
*/
body {
-webkit-font-smoothing: subpixel-antialiased;
}

dev2.spikercomm.com - I added the code lobserass recommended and that helped a little, the still look different in each browser… especially the size - especially in the top bar

1 Like

Hello There,

Thanks for updating in! Please update your topbar content and make use of this code instead:

<span class="left-content"></span>
<span class="right-content"><strong style="font-size: 18px;">Give Us a Call! 406-961-3273</strong></span>

Feel free to change the font size that will suit your needs.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.