I built a website with relume and webflow but now i鈥檓 experiencing an issue with the display of the fonts - on my mac book, the font is displaying perfectly fine on chrome (as you can see on img1) but on my windows end, the font is not displaying the same and it seems like it鈥檚 the fonts are not rendering well or the font is not displaying as crisp or sharp and in fact are actually rather difficult to read on the windows end. (as seen on img2) Does any one have a solution for this?
Korbi yeah looks like the CSS that came with the style guide was deleted.
<!-- Keep this css code to improve the font quality-->
<style>
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-o-font-smoothing: antialiased;
-webkit-appearance:none;
}
</style>You'll want to add that back in to the head code in the custom code section of the site settings. Also noticed that the global styles component is not present on your pages besides on the style guide page.
I would do some googling as it appears you have all the right things in place but its likely a system preferences or its possible that the font you are using doesn't render clearly on windows but maybe others would.
Ok, i see. Thank you so much for your time and help!

