[Vuejs]-Stylesheet reference to fonts.googleapis.com occasionally seems to fail loading or gets corrupted

0👍

I will suggest use font-display swap for your case. As you will experience slow loading time as informed in Google Font’s embed font notice.

<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap" rel="stylesheet">

Font swap period

If the font face is not loaded, any element attempting to use it must
render a fallback font face. If the font face successfully loads
during this period, it is used normally.

Leave a comment