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/font
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2022-11-12 06:12:42 +0300
committerGitHub <noreply@github.com>2022-11-12 06:12:42 +0300
commite927a93be342f26ef18dfdf0c64042c964e4e34b (patch)
tree46a7cdad2a15a399f77f1d46df5d3156d84219d6 /font
parentcb6c54dd6b224df8e6e22f23f2ee298528ba0bc1 (diff)
v1.10.1: Fix various fill rules (#1488)
* Fix fill rules on new icons * Fix more fill rules * Bump versions * Fix link
Diffstat (limited to 'font')
-rw-r--r--font/bootstrap-icons.css4
-rw-r--r--font/bootstrap-icons.scss2
-rw-r--r--font/fonts/bootstrap-icons.woffbin164168 -> 164384 bytes
-rw-r--r--font/fonts/bootstrap-icons.woff2bin121084 -> 121460 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/font/bootstrap-icons.css b/font/bootstrap-icons.css
index 7d93a9788..32ff833fc 100644
--- a/font/bootstrap-icons.css
+++ b/font/bootstrap-icons.css
@@ -1,8 +1,8 @@
@font-face {
font-display: block;
font-family: "bootstrap-icons";
- src: url("./fonts/bootstrap-icons.woff2?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff2"),
-url("./fonts/bootstrap-icons.woff?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff");
+ src: url("./fonts/bootstrap-icons.woff2?24f5f9034842e5d77cd3846dc99a0e8a") format("woff2"),
+url("./fonts/bootstrap-icons.woff?24f5f9034842e5d77cd3846dc99a0e8a") format("woff");
}
.bi::before,
diff --git a/font/bootstrap-icons.scss b/font/bootstrap-icons.scss
index 774e3b6a4..8ea132aab 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: "2ab2cbbe07fcebb53bdaa7313bb290f2" !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 {
diff --git a/font/fonts/bootstrap-icons.woff b/font/fonts/bootstrap-icons.woff
index 18d21d457..646aff53d 100644
--- a/font/fonts/bootstrap-icons.woff
+++ b/font/fonts/bootstrap-icons.woff
Binary files differ
diff --git a/font/fonts/bootstrap-icons.woff2 b/font/fonts/bootstrap-icons.woff2
index 52b12533e..5214d5aec 100644
--- a/font/fonts/bootstrap-icons.woff2
+++ b/font/fonts/bootstrap-icons.woff2
Binary files differ