From 792c1ffdd14179b3ad2d187d98eda7ef081e8423 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 Aug 2022 10:18:06 -0700 Subject: Fix #1385: Adjust fill-rule of 1-circle-fill --- bootstrap-icons.svg | 2 +- build/font/scss.hbs | 2 +- font/bootstrap-icons.css | 4 ++-- font/bootstrap-icons.scss | 2 +- font/fonts/bootstrap-icons.woff | Bin 150592 -> 150608 bytes font/fonts/bootstrap-icons.woff2 | Bin 112440 -> 112036 bytes icons/1-circle-fill.svg | 2 +- 7 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bootstrap-icons.svg b/bootstrap-icons.svg index 8104aeadb..d71fe1902 100644 --- a/bootstrap-icons.svg +++ b/bootstrap-icons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/build/font/scss.hbs b/build/font/scss.hbs index eb67a50b1..c439026d4 100644 --- a/build/font/scss.hbs +++ b/build/font/scss.hbs @@ -1,7 +1,7 @@ ${{ name }}-font: "{{ name }}" !default; ${{ name }}-font-dir: "{{ fontsUrl }}" !default; ${{ name }}-font-file: #{${{ name }}-font-dir}/#{${{ name }}-font} !default; -${{ name }}-font-hash: "8d200481aa7f02a2d63a331fc782cfaf" !default; +${{ name }}-font-hash: "56c0f95873eb8a64dba9b6190f3e25c4" !default; ${{ name }}-font-src: url("#{${{ name }}-font-file}.woff2?#{${{ name }}-font-hash}") format("woff2"), url("#{${{ name }}-font-file}.woff?#{${{ name }}-font-hash}") format("woff") !default; @font-face { diff --git a/font/bootstrap-icons.css b/font/bootstrap-icons.css index 7f0bd54b1..f077feed7 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?8d200481aa7f02a2d63a331fc782cfaf") format("woff2"), -url("./fonts/bootstrap-icons.woff?8d200481aa7f02a2d63a331fc782cfaf") format("woff"); + src: url("./fonts/bootstrap-icons.woff2?56c0f95873eb8a64dba9b6190f3e25c4") format("woff2"), +url("./fonts/bootstrap-icons.woff?56c0f95873eb8a64dba9b6190f3e25c4") format("woff"); } .bi::before, diff --git a/font/bootstrap-icons.scss b/font/bootstrap-icons.scss index 99770d07d..aa4b87f6c 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: "8d200481aa7f02a2d63a331fc782cfaf" !default; +$bootstrap-icons-font-hash: "56c0f95873eb8a64dba9b6190f3e25c4" !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 cf0a6d0fb..ab345b136 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 ecc8f4c5d..4a3f403c5 100644 Binary files a/font/fonts/bootstrap-icons.woff2 and b/font/fonts/bootstrap-icons.woff2 differ diff --git a/icons/1-circle-fill.svg b/icons/1-circle-fill.svg index 5141c8f12..9b257b959 100644 --- a/icons/1-circle-fill.svg +++ b/icons/1-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file -- cgit v1.2.3