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-10-30 00:09:58 +0300
committerMark Otto <markdotto@gmail.com>2022-10-30 00:09:58 +0300
commit20d484a861218567abb9303544562373e23c0de7 (patch)
tree66dbf19d214bc508073164c7c8df4e2b37c97d6b /build
parent2c0c718d6e150ca566941da2099240227f40d33d (diff)
Update hash
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 c439026d4..2e6475463 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: "56c0f95873eb8a64dba9b6190f3e25c4" !default;
+${{ name }}-font-hash: "28df46889dced875dea48cfe64755198" !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 {