summaryrefslogtreecommitdiffstats
path: root/build/font/css.hbs
diff options
context:
space:
mode:
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;