PageSpeed and Font-Display descriptor?
-
Does OceanWP make use of the Font-Display value as shown on this page?
If not can that be added and where would I tweak it?
https://developers.google.com/web/updates/2016/02/font-display
@font-face {
font-family: ‘Arvo’;
font-display: auto;
src: local(‘Arvo’), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format(‘woff2’);
}
font-display currently supports the following range of values auto | block | swap | fallback | optional.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘PageSpeed and Font-Display descriptor?’ is closed to new replies.