From 1007a03b0a290a40ea82dadf8fa1129e4223cf62 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 9 May 2022 19:32:34 -0700 Subject: Fixes #1010: Add font-display: block --- build/font/css.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/build/font/css.hbs b/build/font/css.hbs index 2edef42f4..bacc94a2a 100644 --- a/build/font/css.hbs +++ b/build/font/css.hbs @@ -7,6 +7,7 @@ [class^="{{prefix}}-"]::before, [class*=" {{prefix}}-"]::before { display: inline-block; + font-display: block; font-family: {{ name }} !important; font-style: normal; font-weight: normal !important; -- cgit v1.2.3