Open AlecRust opened 5 years ago
Google Fonts now supports font-display (info).
font-display
In fact it's included in the default <link> if you copy it from Google Fonts e.g.
<link>
<link href="https://fonts.googleapis.com/css?family=Livvic&display=swap" rel="stylesheet">
Would be great if this gem had support for setting this to improve performance.
Google Fonts now supports
font-display
(info).In fact it's included in the default
<link>
if you copy it from Google Fonts e.g.Would be great if this gem had support for setting this to improve performance.