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:
authorMark Otto <markdotto@gmail.com>2022-11-13 20:40:30 +0300
committerMark Otto <otto@github.com>2022-11-13 20:44:34 +0300
commitec0b6f056ad4a68ba73181f1fc4ea1fb6f3c5fca (patch)
treeccbed4a063390538dd0f44e5d7b44c884372a162 /font/bootstrap-icons.scss
parentae1fa2a681d315c9a682d4b0c1229f0113dacebc (diff)
Fix fill-rules on icons
- Fixes #1489, fixes #1492
Diffstat (limited to 'font/bootstrap-icons.scss')
-rw-r--r--font/bootstrap-icons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/font/bootstrap-icons.scss b/font/bootstrap-icons.scss
index c1aa1bee7..ab7bb84f3 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: "24f5f9034842e5d77cd3846dc99a0e8a" !default;
+$bootstrap-icons-font-hash: "24e3eb84d0bcaf83d77f904c78ac1f47" !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 {