Skip to content

Commit 99f2a08

Browse files
committed
fix
1 parent c9e8fb8 commit 99f2a08

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/app.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
32
@font-face {
43
font-family: "HandelGotDBol";
54
src: url("/fonts/HandelGotDBol/HandelGotDBol.woff2") format("woff2"),

src/routes/+layout.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,25 +64,25 @@
6464
href="{assets}/favicon/site.webmanifest"
6565
/>
6666

67-
<!-- Bootstrap CSS -->
67+
<!-- Bootstrap CSS -->
6868
<link
6969
rel="stylesheet"
70-
href="${base}/css/bootstrap.min.css"
70+
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css"
7171
integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr"
7272
crossorigin="anonymous" />
7373

7474
<!-- Bootstrap Icons -->
7575
<link
7676
rel="stylesheet"
77-
href="${base}/css/bootstrap-icons.min.css"
77+
href="https://bootswatch.com/_vendor/bootstrap-icons/font/bootstrap-icons.min.css"
7878
integrity="sha384-CK2SzKma4jA5H/MXDUU7i1TqZlCFaD4T01vtyDFvPlD97JQyS+IsSh1nI2EFbpyk"
7979
crossorigin="anonymous"
8080
/>
8181

8282
<!-- Bootswatch: Darkly theme -->
8383
<link
8484
rel="stylesheet"
85-
href="${base}/css/bootstrap.css"
85+
href="https://bootswatch.com/5/darkly/bootstrap.css"
8686
integrity="sha384-mXM+8P9BUwTXMBS6pzZaBva0g/sZsdn7ZdBimWWpF/1K2kVhkyjQrBznOTf31ui7"
8787
crossorigin="anonymous" />
8888

0 commit comments

Comments
 (0)