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:
-rw-r--r--build/font/scss.hbs2
-rw-r--r--font/bootstrap-icons.scss2
2 files changed, 2 insertions, 2 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 {
diff --git a/font/bootstrap-icons.scss b/font/bootstrap-icons.scss
index 79f621d2f..65695aea9 100644
--- a/font/bootstrap-icons.scss
+++ b/font/bootstrap-icons.scss
@@ -1,7 +1,7 @@
$bootstrap-icons-font: "bootstrap-icons" !default;
$bootstrap-icons-font-dir: "./fonts" !default;
$bootstrap-icons-font-file: #{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font} !default;
-$bootstrap-icons-font-hash: "56c0f95873eb8a64dba9b6190f3e25c4" !default;
+$bootstrap-icons-font-hash: "28df46889dced875dea48cfe64755198" !default;
$bootstrap-icons-font-src: url("#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}") format("woff2"), url("#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}") format("woff") !default;
@font-face {