You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a static site generator that doesn't use a fancy framework or build system, just nunjucks templates and esbuild to bundle JS. I would like to use this package's nice wrapper API around Fontsource, Google, etc, but I don't need a "plugin" for my build system. Is there a way I can call a function and just get the HTML <head> and CSS output? Thanks!
The text was updated successfully, but these errors were encountered:
Demo URL
No response
Describe the feature
I'm working on a static site generator that doesn't use a fancy framework or build system, just nunjucks templates and esbuild to bundle JS. I would like to use this package's nice wrapper API around Fontsource, Google, etc, but I don't need a "plugin" for my build system. Is there a way I can call a function and just get the HTML
<head>
and CSS output? Thanks!The text was updated successfully, but these errors were encountered: