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
path: root/build
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-07-17 01:53:09 +0300
committerMark Otto <otto@github.com>2022-07-17 02:30:40 +0300
commitf7f6f61194419dcf4447dbe05b78a72601646490 (patch)
tree1c652ec84610a4b075fd7dfcf4c9c99aef28b953 /build
parentdf378df41a63464172cedbe29f299d43158bb22d (diff)
Fixes font hash, since we don't have a hash option from the icon font toolv1.9.1
Diffstat (limited to 'build')
-rw-r--r--build/font/scss.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/font/scss.hbs b/build/font/scss.hbs
index 4e19afb96..eb67a50b1 100644
--- a/build/font/scss.hbs
+++ b/build/font/scss.hbs
@@ -1,7 +1,7 @@
${{ name }}-font: "{{ name }}" !default;
${{ name }}-font-dir: "{{ fontsUrl }}" !default;
${{ name }}-font-file: #{${{ name }}-font-dir}/#{${{ name }}-font} !default;
-${{ name }}-font-hash: "{{ hash }}" !default;
+${{ name }}-font-hash: "8d200481aa7f02a2d63a331fc782cfaf" !default;
${{ name }}-font-src: url("#{${{ name }}-font-file}.woff2?#{${{ name }}-font-hash}") format("woff2"), url("#{${{ name }}-font-file}.woff?#{${{ name }}-font-hash}") format("woff") !default;
@font-face {