Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-05-10 05:32:34 +0300
committerMark Otto <otto@github.com>2022-05-13 06:46:19 +0300
commit1007a03b0a290a40ea82dadf8fa1129e4223cf62 (patch)
tree1f12db00349cf1a07780de811265701496c460c9
parent59b8db5f693f5e481a7c3c0fd44a8b82204bfb7a (diff)
Fixes #1010: Add font-display: block
-rw-r--r--build/font/css.hbs1
1 files changed, 1 insertions, 0 deletions
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;