Skip to content

Commit 33cf9ff

Browse files
committed
update to font awesome 5.7.2
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent 04215d9 commit 33cf9ff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

partials/custom_header.hbs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
<!-- CSS elements -->
44
<link rel="stylesheet" type="text/css" href="{{asset "css_firepress/entry.css"}}" />
55

6-
<!-- CSS Icon via fontawesome 5 -->
7-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/v4-shims.css">
8-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
6+
<!-- CSS Icon via Font Awesome -->
7+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css">
8+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
9+
910

1011
<!-- CSS Code Syntax (highlight agate) -->
1112
<!-- Line number is not supported > http://highlightjs.readthedocs.io/en/latest/line-numbers.html -->

0 commit comments

Comments
 (0)