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>2020-12-29 08:08:16 +0300
committerMark Otto <otto@github.com>2020-12-29 21:55:52 +0300
commita81d2e48e340a1b97f6435a3d91cd86d9fb6bfc5 (patch)
treef0bcd094a07da410a8393d698a5ba9e5f5a70aaf /font
parent67801e9efd8344e1d28788785699894cc580c254 (diff)
Fix intersect icon fill-rule
Diffstat (limited to 'font')
-rw-r--r--font/bootstrap-icons.css4
-rw-r--r--font/fonts/bootstrap-icons.woffbin99056 -> 99056 bytes
-rw-r--r--font/fonts/bootstrap-icons.woff2bin74684 -> 74880 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/font/bootstrap-icons.css b/font/bootstrap-icons.css
index c890700f8..a1922c970 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.woff?478f3491b6db6b5a6073428a025ee3f2") format("woff"),
-url("./fonts/bootstrap-icons.woff2?478f3491b6db6b5a6073428a025ee3f2") format("woff2");
+ src: url("./fonts/bootstrap-icons.woff?148eea3cdf602bef6766f67c51db2144") format("woff"),
+url("./fonts/bootstrap-icons.woff2?148eea3cdf602bef6766f67c51db2144") format("woff2");
}
[class^="bi-"]::before,
diff --git a/font/fonts/bootstrap-icons.woff b/font/fonts/bootstrap-icons.woff
index f38e5d508..a8f96d7e3 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 e9bdb9c41..a32ee3cd7 100644
--- a/font/fonts/bootstrap-icons.woff2
+++ b/font/fonts/bootstrap-icons.woff2
Binary files differ