Replies: 1 comment
-
i handle this issue with : build: { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in my case, i want inject fonts to the webpage, after build the css files is some thing like this:
@font-face{font-family:Vazir;src:url(/assets/Vazir-WOL-2fa474eb.woff) format("woff");
i want to convert this webfont to base64. how can i do that ?
my config :
and i use
import "../style/twitter.scss";
in contentscript.js.my manifest:
in my twitter.scss i import
@import "../../../fonts/style/fonts.scss";
and in my fonts.scss:
Beta Was this translation helpful? Give feedback.
All reactions