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:
Diffstat (limited to 'build/font/scss.hbs')
-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 {