unplugin-fonts fails to inject into <head> #2032
Unanswered
Maytha8
asked this question in
Help & Questions
Replies: 1 comment 3 replies
-
Can you elaborate on that? Possibly related: #224. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm trying to use
unplugin-fonts
with Vike, configured to use Google Fonts as its source, so it can inject the<link>
tags pointing to Google Fonts into<head>
, but it fails to do that. It works when using local (custom) fonts because it can update it's "unfonts.css" stylesheet. A stripped down reproduction can be found https://github.com/Maytha8/vike-fonts-repro.Expected output:
Actual output:
Is there some sort of configuration option with either Vike or perhaps the plugin that can work around this, or is this a deeper problem? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions