Off-loading fonts from PWA and load from cdn ?
-
When i looked at dist folder of pwa i urged to load fonts from cdn to save bandwidth(263 KB). How to avoid these fonts from dist folder and get from cdn? -
SOLVED
just include following in head section of index.template.html
<link href=“https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap” rel=“stylesheet”>
<link href=“https://fonts.googleapis.com/icon?family=Material+Icons” rel=“stylesheet”>
<link href=“https://cdn.materialdesignicons.com/3.6.95/css/materialdesignicons.min.css” rel=“stylesheet”>