StackIdeas
Google fonts not loading on mobile view
By
Jason Conn
on Monday, 21 November 2022
Posted in
General Issues
Replies
1
Likes
0
Views
472
Votes
0
For some reason I can't get google fonts to load on mobile. I have placed this at first line in my custom css file
@import url(
http://fonts.googleapis.com/css?family=Poppins
);
Hey Jason Conn,
I've checked your site and found the error on loading google Fonts, the reason showing in the attached screenshot.
To fix this issue in your custom CSS try to use the below-mentioned link to load google fonts.
@import url(
https://fonts.googleapis.com/css?family=Poppins
);
After applying the changes, please take a look at this issue again and update us if the still issue persists.
Thank you for understanding!
Manisha Ranawat
·
Tuesday, 22 November 2022 11:57
·
0 Likes
·
0 Votes
·
0 Comments
·
#586906
View Full Post