« Web, HTML, Tech Forum

how do I change font on my profile without it changing on different devices or from other accounts?

exactly what the title says, I've tried 2 different codes to change the font to the one that I want but it always shows up different on other devices or doesn't work at all:(


Report Topic

2 Replies

Sort Replies:

Reply by GOAT

posted

the thing to remember here is that not all browsers have the same compatibility when it comes to fonts and glitches can happen but anyway

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {

font-family: "Open Sans", helvetica, sans-serif; }


in that example, the primary font is the google hosted open sans

if that dont work (for whatever reason), the next one to be used is helvetica, followed by sans serif as a fallback


hope this helps :3


Permalink Report Reply

Reply by sol ♡𖤐

posted

thank u I will def try this:D


Permalink Report Reply