nuxt-webfontloader
nuxt-webfontloader copied to clipboard
add support for loading custom css files with webpack alias?
Hi I want to use this module with self-hosted css file, but I'm unable to use it as the plugin does not support using webpack aliased urls (using "@/" or "~/") It would be good if it was possible
I have this issue too. If its helpful I can see two workarounds:
- place your fonts and font css directly in the nuxt
staticfolder and reference them here - import your fonts into your css elsewhere and don't use the
urlfield