summaryrefslogtreecommitdiffstats
path: root/build/font/css.hbs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-05 08:25:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-05 08:26:43 +0000
commite06db74b8fa11d14eb5e1ba143bdee8591166041 (patch)
tree7b61c7c569e20e14be5a8b2fe2e6dda022b7ff13 /build/font/css.hbs
parentReleasing debian version 1.10.2+dfsg-1. (diff)
downloadbootstrap-icons-e06db74b8fa11d14eb5e1ba143bdee8591166041.tar.xz
bootstrap-icons-e06db74b8fa11d14eb5e1ba143bdee8591166041.zip
Merging upstream version 1.10.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build/font/css.hbs')
-rw-r--r--build/font/css.hbs6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/font/css.hbs b/build/font/css.hbs
index f651092..b6de062 100644
--- a/build/font/css.hbs
+++ b/build/font/css.hbs
@@ -4,9 +4,9 @@
src: {{{ fontSrc }}};
}
-.{{prefix}}::before,
-[class^="{{prefix}}-"]::before,
-[class*=" {{prefix}}-"]::before {
+.{{ prefix }}::before,
+[class^="{{ prefix }}-"]::before,
+[class*=" {{ prefix }}-"]::before {
display: inline-block;
font-family: {{ name }} !important;
font-style: normal;