5 ms·
There’s a local function for @font-face that allows you to link a webfont to a locally installed font and it will indeed skip the download if it can find it.
by afloatboat 6y ago
There’s a local function for @font-face that allows you to link a webfont to a locally installed font and it will indeed skip the download if it can find it.
- harlanlewis 6y agoRelevant: https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization#format_selection https://developers.google.com/web/fundamentals/performance/o...
- sumanthvepa 6y agoThank you!!! Learnt something today.