From bce51b1a02b869e452d49a231018225926ed4022 Mon Sep 17 00:00:00 2001 From: Ola Blissing Date: Fri, 4 Mar 2022 18:35:46 +0100 Subject: [PATCH] Import bootstrap icons from content.kb.se --- src/styles/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theme.scss b/src/styles/theme.scss index 740334e..9679640 100644 --- a/src/styles/theme.scss +++ b/src/styles/theme.scss @@ -1,4 +1,4 @@ @import 'variables'; @import '../../node_modules/bootstrap/scss/bootstrap'; @import 'styles'; -@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css"); \ No newline at end of file +@import url("https://content.kb.se/vendor/bootstrap-icons@1.8.1/bootstrap-icons.css"); \ No newline at end of file