Skip to content

Commit c9e8fb8

Browse files
committed
fixes
1 parent 678b67d commit c9e8fb8

File tree

7 files changed

+12154
-6
lines changed

7 files changed

+12154
-6
lines changed

src/app.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
@font-face {
44
font-family: "HandelGotDBol";
5-
src: url("/fonts/HandelGotDBol/HandelGotDBol.eot"),
6-
url("/fonts/HandelGotDBol/HandelGotDBol.woff2") format("woff2"),
5+
src: url("/fonts/HandelGotDBol/HandelGotDBol.woff2") format("woff2"),
76
url("/fonts/HandelGotDBol/HandelGotDBol.woff") format("woff"),
87
url("/fonts/HandelGotDBol/HandelGotDBol.ttf") format("truetype");
98
font-weight: normal;

src/routes/+layout.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,22 @@
6767
<!-- Bootstrap CSS -->
6868
<link
6969
rel="stylesheet"
70-
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
70+
href="${base}/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="https://bootswatch.com/_vendor/bootstrap-icons/font/bootstrap-icons.min.css"
77+
href="${base}/css/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="https://bootswatch.com/5/darkly/bootstrap.css"
85+
href="${base}/css/bootstrap.css"
8686
integrity="sha384-mXM+8P9BUwTXMBS6pzZaBva0g/sZsdn7ZdBimWWpF/1K2kVhkyjQrBznOTf31ui7"
8787
crossorigin="anonymous" />
8888

static/css/bootstrap-icons.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)