Currently I am using ‘roboto-font’ in my quasar.config but when I run chrome light house score on my web it gives me this Ensure text remains visible during webfont load
issue. which requires font-display: swap;
in @font-face but if I look into my build there are @font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(../fonts/KFOlCnqEu92Fr1MmSU5fBBc-.865f928c.woff) format("woff")}
this kind of font-face configuration. How can I solve this?
M
Posts made by muneebs
-
Using font-display: swap; for roboto
-
Publish Quasar Component
Hi,
I am new with Quasar. We are developing an application in which we see there are some common components. Idea is to put extract those components and place them in local private npm repository so we can reuse those components again as node module.
Now the question is, I am unable to find any guide related to building/extracting standalone Quasar component and publishing or distributing on npm. Any help would be great. Thanks