We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
having the same Problem. Font is downloaded and saved in .woff file in my dist folder. But how to integrate it in the Application? Font is not loaded.
as a workaround just add this to your head of the index.html file: <link rel="stylesheet" type="text/css" href="woff.css" />
<link rel="stylesheet" type="text/css" href="woff.css" />
The Problem is maybe the HtmlWebpackPlugin. The Junk is not injected into the index.html
Sorry, something went wrong.
Seconding this. Not having to insert a <link> is much more cleaner.
<link>
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: