Skip to content

Commit 453a43b

Browse files
authored
Load Font Awesome CSS from jsDelivr CDN (mmistakes#2583)
* Load Font Awesome CSS from jsDelivr CDN * Update CHANGELOG and history
1 parent c121a80 commit 453a43b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Unreleased
2+
3+
### Enhancements
4+
5+
- Replace Font Awesome Kits with CSS from jsDelivr CDN. [#2583](https://github.com/mmistakes/minimal-mistakes/pull/2583)
6+
17
## [4.19.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.3)
28

39
### Enhancements

_includes/head.html

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
<!-- For all browsers -->
1515
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
16+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
1617

1718
<!--[if IE]>
1819
<style>

_includes/scripts.html

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
{% endfor %}
55
{% else %}
66
<script src="{{ '/assets/js/main.min.js' | relative_url }}"></script>
7-
<script src="https://kit.fontawesome.com/4eee35f757.js"></script>
87
{% endif %}
98

109
{% if site.search == true or page.layout == "search" %}

docs/_docs/18-history.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ permalink: /docs/history/
55
excerpt: "Change log of enhancements and bug fixes made to the theme."
66
sidebar:
77
nav: docs
8-
last_modified_at: 2020-06-06T11:48:13-04:00
8+
last_modified_at: 2020-07-02T19:28:35+08:00
99
toc: false
1010
---
1111

12+
## Unreleased
13+
14+
### Enhancements
15+
16+
- Replace Font Awesome Kits with CSS from jsDelivr CDN. [#2583](https://github.com/mmistakes/minimal-mistakes/pull/2583)
17+
1218
## [4.19.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.3)
1319

1420
### Enhancements

0 commit comments

Comments
 (0)