EvanAgee / vuejs-wordpress-theme-starter

A WordPress theme with the guts ripped out and replaced with Vue.
https://vuewp.com/
1.61k stars 280 forks source link

Font loading #112

Open meerzulee opened 4 years ago

meerzulee commented 4 years ago

I am using tailwindcss. When I change default font to custom one, the wordpress doesn't load it

EvanAgee commented 4 years ago

@meerzulee are you also enqueing the custom font?

meerzulee commented 4 years ago

Yes, I tried couple rules for webpack, but no results. I solved problem using font CDN.

sotoyjuan commented 3 years ago

@EvanAgee you mean enqueing via wordpress theme?

harrisonfm commented 3 years ago

I was able to add .woff fonts without enqueueing. Webpack loads these files (confirm in loaders/fonts.js) and you can do standard @font-face in .css to include them.