Make available outside of Vite #12
danimalweb
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@stafyniaksacha Any thoughts on the above? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love what you've done here. We use Vite in a non-standard way (no entry point to inject the tags).
Been looking for a solid replacement for the WebFont loader for a number of years and we currently run a forked version to take advantage of Google Fonts API v2.
This would be awesome as a standalone import using regular JS (or TS) to inject the required tags and also the generation of the custom CSS (maybe via an inject of a style block in the head).
I didn't see a License associated with your repo. I'm considering forking it and seeing if I can unwrap the need for it to be dependent on a Vite-only setup.
Interested in hearing your thoughts on this. Great work!
Beta Was this translation helpful? Give feedback.
All reactions