From d7a4449f6ed3f1ff2b132cbfbf688946dd13f34b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Feb 2022 20:22:27 -0800 Subject: Fix hospital icon --- bootstrap-icons.svg | 2 +- font/bootstrap-icons.css | 4 ++-- font/bootstrap-icons.scss | 4 ++-- font/fonts/bootstrap-icons.woff | Bin 137224 -> 137124 bytes font/fonts/bootstrap-icons.woff2 | Bin 102284 -> 102312 bytes icons/hospital.svg | 1 - 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bootstrap-icons.svg b/bootstrap-icons.svg index ccd7c659d..a110873e1 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/font/bootstrap-icons.css b/font/bootstrap-icons.css index 8cb58f35f..28d72af75 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?009fd943122989304213fa8254f7c4ad") format("woff2"), -url("./fonts/bootstrap-icons.woff?009fd943122989304213fa8254f7c4ad") format("woff"); + src: url("./fonts/bootstrap-icons.woff2?35bfb5b955bc3aa2456c690e6de25846") format("woff2"), +url("./fonts/bootstrap-icons.woff?35bfb5b955bc3aa2456c690e6de25846") format("woff"); } .bi::before, diff --git a/font/bootstrap-icons.scss b/font/bootstrap-icons.scss index d2547cd62..14acf38ce 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?009fd943122989304213fa8254f7c4ad") format("woff2"), -url("./fonts/bootstrap-icons.woff?009fd943122989304213fa8254f7c4ad") format("woff") !default; +$bootstrap-icons-font-src: url("./fonts/bootstrap-icons.woff2?35bfb5b955bc3aa2456c690e6de25846") format("woff2"), +url("./fonts/bootstrap-icons.woff?35bfb5b955bc3aa2456c690e6de25846") 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 6cfdd80a7..52260c59a 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 5d90be16f..85ab25539 100644 Binary files a/font/fonts/bootstrap-icons.woff2 and b/font/fonts/bootstrap-icons.woff2 differ diff --git a/icons/hospital.svg b/icons/hospital.svg index 61e0afaf3..5168a2992 100644 --- a/icons/hospital.svg +++ b/icons/hospital.svg @@ -1,5 +1,4 @@ - \ No newline at end of file -- cgit v1.2.3