1
0
Fork 0

Add font-display: swap rule

master
Lukas Bestle 8 years ago
parent c8e5bd98cc
commit 35c60ca0d9

@ -46,5 +46,6 @@
src: url(-cdd-cachebuster('/assets/fonts/' + $file + '.eot') + '?#') format('embedded-opentype'), // IE 9
url(-cdd-cachebuster('/assets/fonts/' + $file + '.woff2')) format('woff2'),
url(-cdd-cachebuster('/assets/fonts/' + $file + '.woff')) format('woff');
font-display: swap;
}
}

Loading…
Cancel
Save