From ec0b6f056ad4a68ba73181f1fc4ea1fb6f3c5fca Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Nov 2022 09:40:30 -0800 Subject: Fix fill-rules on icons - Fixes #1489, fixes #1492 --- font/bootstrap-icons.css | 4 ++-- font/bootstrap-icons.scss | 2 +- font/fonts/bootstrap-icons.woff | Bin 164384 -> 164352 bytes font/fonts/bootstrap-icons.woff2 | Bin 121460 -> 121296 bytes icons/database-down.svg | 2 +- icons/globe-central-south-asia.svg | 2 +- icons/house.svg | 2 +- icons/sign-do-not-enter.svg | 9 ++------- 8 files changed, 8 insertions(+), 13 deletions(-) diff --git a/font/bootstrap-icons.css b/font/bootstrap-icons.css index 32ff833fc..7ebc9f1ae 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?24f5f9034842e5d77cd3846dc99a0e8a") format("woff2"), -url("./fonts/bootstrap-icons.woff?24f5f9034842e5d77cd3846dc99a0e8a") format("woff"); + src: url("./fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), +url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff"); } .bi::before, 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 { diff --git a/font/fonts/bootstrap-icons.woff b/font/fonts/bootstrap-icons.woff index 646aff53d..bfb866546 100644 Binary files a/font/fonts/bootstrap-icons.woff and b/font/fonts/bootstrap-icons.woff differ diff --git a/font/fonts/bootstrap-icons.woff2 b/font/fonts/bootstrap-icons.woff2 index 5214d5aec..4df0df20c 100644 Binary files a/font/fonts/bootstrap-icons.woff2 and b/font/fonts/bootstrap-icons.woff2 differ diff --git a/icons/database-down.svg b/icons/database-down.svg index 4f71aa40b..49dfd2e4b 100644 --- a/icons/database-down.svg +++ b/icons/database-down.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/globe-central-south-asia.svg b/icons/globe-central-south-asia.svg index 7f3b2c8c8..d4699d2e3 100644 --- a/icons/globe-central-south-asia.svg +++ b/icons/globe-central-south-asia.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/house.svg b/icons/house.svg index a83138606..77ac144cf 100644 --- a/icons/house.svg +++ b/icons/house.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/sign-do-not-enter.svg b/icons/sign-do-not-enter.svg index 0ac8521df..bf1ab21fb 100644 --- a/icons/sign-do-not-enter.svg +++ b/icons/sign-do-not-enter.svg @@ -1,9 +1,4 @@ - - - - - - - + + \ No newline at end of file -- cgit v1.2.3