Skip to content

Commit 9ecaa39

Browse files
committed
deleted bootstrap icons
1 parent 1e02b19 commit 9ecaa39

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

static/icons/bootstrap-icons.min.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

static/icons/bootstrap-icons.woff

-161 KB
Binary file not shown.

static/icons/bootstrap-icons.woff2

-118 KB
Binary file not shown.

templates/base.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<script src="{{ url_for('static', filename='js/bootstrap.bundle.min.js') }}"></script>
1414

1515
<!--load icons -->
16-
<link rel="stylesheet" href="{{ url_for('static', filename='icons/bootstrap-icons.min.css') }}">
1716
<link rel="stylesheet" href="{{ url_for('static', filename='icons/phosphor-bold.css')}}">
1817

1918
<!--load font css -->
@@ -74,12 +73,6 @@
7473
src: url("{{ url_for('static', filename='fonts/mulish-v13-latin-700italic.woff2') }}") format("woff2");
7574
}
7675

77-
@font-face {
78-
font-display: block;
79-
font-family: bootstrap-icons;
80-
src: url("{{ url_for('static', filename='icons/bootstrap-icons.woff2') }}") format("woff2");
81-
}
82-
8376
@font-face {
8477
font-family: "Phosphor-Bold";
8578
src: url("{{ url_for('static', filename='icons/phosphor-bold.woff2') }}") format("woff2");

0 commit comments

Comments
 (0)