diff --git a/src/fonts/bootstrap-icons.woff b/public/icons/bootstrap-icons.woff similarity index 100% rename from src/fonts/bootstrap-icons.woff rename to public/icons/bootstrap-icons.woff diff --git a/src/fonts/bootstrap-icons.woff2 b/public/icons/bootstrap-icons.woff2 similarity index 100% rename from src/fonts/bootstrap-icons.woff2 rename to public/icons/bootstrap-icons.woff2 diff --git a/src/css/icons.css b/src/css/icons.css index a6c07c2..eb1a6a4 100644 --- a/src/css/icons.css +++ b/src/css/icons.css @@ -84,8 +84,8 @@ @font-face { font-display: block; font-family: "bootstrap-icons"; - src: url("./fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), - url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff"); + src: url("/icons/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), + url("/icons/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff"); } .bi::before,