skip to Main Content

Replace @import url google font with local font – WordPress

I want to replace the google font loading in my theme with local font loading: /*@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');*/ @import url('/wp-content/themes/storefront-child/fonts/shadows-into-light-regular.woff2'); But it is not replacing the correct font if i look at the frontend. In the headline css i find font-family:…

VIEW QUESTION
Back To Top
Search