Hello there,
I noticed that my website in Mozilla is different. Fonts are thicker and a section is messed up.
Please look down bellow:
Hello there,
I noticed that my website in Mozilla is different. Fonts are thicker and a section is messed up.
Please look down bellow:
Hi @Kata789,
I’ve taken a look at your site (found the URL in your account) and the fonts look identical to me in Chrome and Firefox. Perhaps you’ve already found a solution for this, if not something to consider is that Firefox has been known over the years to render some fonts differently resulting in thickness that isn’t uniform with other browsers. I see you’ve uploaded a custom font, so this isn’t something I can promise we will have a solution for, but one idea would be adding some custom CSS rules to target how the fonts are aliased. This
html {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
For the spacing issue, I’m not quite sure just yet why this is happening. Would you mind disabling your caching and stylesheet optimization plugin? I’d first like to see if the problem goes away when using the natural order of how the theme outputs styles. If that doesn’t fix things, we’ll be able to get a better look at the problem.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.