Add font-display: swap to Google font loader

This commit is contained in:
Eduardo 2019-10-27 17:52:14 +01:00
parent 7b2159f2d1
commit 00e5efb088

View file

@ -31,7 +31,7 @@
<script>
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
WebFontConfig = {
google: { families: ['Source+Sans+Pro:400,600,700'] }
google: { families: ['Source+Sans+Pro:400,600,700&display=swap'] }
};
(function (d) {