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:
authorXhmikosR <xhmikosr@gmail.com>2020-12-24 09:56:55 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-10-13 20:45:56 +0300
commit399ff69a815e2693f448d6fee328d5586699d3d0 (patch)
treecf8dc452cd1e079ae52cbed0856450ab639e7f16
parentdabadaf5861e2a617d7dc1178fe21ed527ede0c3 (diff)
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..d73e1f92e 100644
--- a/build/font/css.hbs
+++ b/build/font/css.hbs
@@ -1,6 +1,7 @@
@font-face {
font-family: "{{ name }}";
src: {{{ fontSrc }}};
+ font-display: block;
}
.{{prefix}}::before,