Google fonts missing
-
I am facing a minor issue. After exporting site from localhost and importing it to the live server, everything gets imported correctly except the google fonts. I checked on my localhost the google fonts files are in wp-content/uploads/elementor/google-fonts /fonts this folder and the font files are in this folder gets imported to the live site correctly, i’ve checked on live server as well, this exists, but wp-content/uploads/elementor/google-fonts/css which contains include link to these fonts still refers to localhost thats why it doesn’t show up on live server for example:
/* latin-ext */
@font-face {
font-family: ‘DM Sans’;
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(http://localhost/mySite/wp-content/uploads/elementor/google-fonts/fonts/dmsans-rp2wp2.woff2) format(‘woff2’);
}This is from localhost, it gets imported to live site without changing the site address. This gets solved when i manually change from localhost to my live site’s address. Can this be fixed in plugin’s next update?
The topic ‘Google fonts missing’ is closed to new replies.