My default font suddenly changed, don’t know why.
-
Hello,
My default fonts suddenly changed. I run the examine in Chrome Browser and checked the CSS of the website.
I noticed that some CSS was added automatically but not in my main CSS file. This is this line of code:
font-family: -apple-system,BlinkMacSystemFont,”Segoe UI”,Roboto,”Helvetica Neue”,Arial,sans-serif,”Apple Color Emoji”,”Segoe UI Emoji”,”Segoe UI Symbol”;
I import Google Fonts in my main CSS file like:
@import url(‘https://fonts.googleapis.com/css?family=Oswald:400,900’);
@import url(‘https://fonts.googleapis.com/css?family=Lato:400,900’);When I disable this line of CSS in Chrome examinator:
font-family: -apple-system,BlinkMacSystemFont,”Segoe UI”,Roboto,”Helvetica Neue”,Arial,sans-serif,”Apple Color Emoji”,”Segoe UI Emoji”,”Segoe UI Symbol”;
Fonts are going back to normal.
Could you write to me how I can disable this line permanently?
Thank you for your help.
Cheers
The page I need help with: [log in to see the link]
- The topic ‘My default font suddenly changed, don’t know why.’ is closed to new replies.