@font-faceに、font-display: swap;を書く。
@font-face {
font-family: ‘font’;
src: url(‘font.woff’) format(‘woff’);
font-display: swap;
}
Google Fontsの場合はパラメータを使用できます。
https://fonts.googleapis.com/css?family=Lato&display=swap
CSS 2019.5.12
@font-faceに、font-display: swap;を書く。
@font-face {
font-family: ‘font’;
src: url(‘font.woff’) format(‘woff’);
font-display: swap;
}
Google Fontsの場合はパラメータを使用できます。
https://fonts.googleapis.com/css?family=Lato&display=swap