From 6bd3a52da9c1cd2e6d72ae7f7e5c342fbf371ad7 Mon Sep 17 00:00:00 2001 From: baldur132 Date: Fri, 20 Jan 2023 10:03:08 +0100 Subject: [PATCH] moved icon font files to public --- {src/fonts => public/icons}/bootstrap-icons.woff | Bin {src/fonts => public/icons}/bootstrap-icons.woff2 | Bin src/css/icons.css | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename {src/fonts => public/icons}/bootstrap-icons.woff (100%) rename {src/fonts => public/icons}/bootstrap-icons.woff2 (100%) 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,