Using font-display: swap; for roboto
-
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 requiresfont-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?