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 <markdotto@gmail.com>2022-05-10 01:10:22 +0300
committerMark Otto <otto@github.com>2022-05-10 02:15:10 +0300
commit59b8db5f693f5e481a7c3c0fd44a8b82204bfb7a (patch)
treee30f554497c996371aeea534ebabd387e07241ef /font
parenta712cc148bf9344fbeda36b0fb3f9c17ff059fa4 (diff)
Fix some icon bugs
- #1284: Fix cutoff `bank` icon - #1305: Fix house-heart and house-heart-fill fill-rules - #1257: Round corners of pentagon icons to match other shapes - #1238: Fix fill-rule for `x-lg` - #1226: Fix cutoff `tool` icon
Diffstat (limited to 'font')
-rw-r--r--font/bootstrap-icons.css4
-rw-r--r--font/bootstrap-icons.scss4
-rw-r--r--font/fonts/bootstrap-icons.woffbin137124 -> 137216 bytes
-rw-r--r--font/fonts/bootstrap-icons.woff2bin102536 -> 102380 bytes
4 files changed, 4 insertions, 4 deletions
diff --git a/font/bootstrap-icons.css b/font/bootstrap-icons.css
index 5712315eb..b2a576090 100644
--- a/font/bootstrap-icons.css
+++ b/font/bootstrap-icons.css
@@ -1,7 +1,7 @@
@font-face {
font-family: "bootstrap-icons";
- src: url("./fonts/bootstrap-icons.woff2?524846017b983fc8ded9325d94ed40f3") format("woff2"),
-url("./fonts/bootstrap-icons.woff?524846017b983fc8ded9325d94ed40f3") format("woff");
+ src: url("./fonts/bootstrap-icons.woff2?08efbba7c53d8c5413793eecb19b20bb") format("woff2"),
+url("./fonts/bootstrap-icons.woff?08efbba7c53d8c5413793eecb19b20bb") format("woff");
}
.bi::before,
diff --git a/font/bootstrap-icons.scss b/font/bootstrap-icons.scss
index f8b286562..02f9ecac1 100644
--- a/font/bootstrap-icons.scss
+++ b/font/bootstrap-icons.scss
@@ -1,6 +1,6 @@
$bootstrap-icons-font: "bootstrap-icons" !default;
-$bootstrap-icons-font-src: url("./fonts/bootstrap-icons.woff2?524846017b983fc8ded9325d94ed40f3") format("woff2"),
-url("./fonts/bootstrap-icons.woff?524846017b983fc8ded9325d94ed40f3") format("woff") !default;
+$bootstrap-icons-font-src: url("./fonts/bootstrap-icons.woff2?08efbba7c53d8c5413793eecb19b20bb") format("woff2"),
+url("./fonts/bootstrap-icons.woff?08efbba7c53d8c5413793eecb19b20bb") format("woff") !default;
@font-face {
font-family: $bootstrap-icons-font;
diff --git a/font/fonts/bootstrap-icons.woff b/font/fonts/bootstrap-icons.woff
index b26ccd1ac..4cd66b71a 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 f865a4b26..de01cad9d 100644
--- a/font/fonts/bootstrap-icons.woff2
+++ b/font/fonts/bootstrap-icons.woff2
Binary files differ