diff options
| author | Alee <alee14498@gmail.com> | 2018-11-18 15:12:04 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-18 15:12:04 -0500 |
| commit | 6551aa0ce93138d37dbc8e00ec217bcf4781ab74 (patch) | |
| tree | b399e5361dd2f61fad94291d187b3957fe64d2f8 /_includes/heading.html | |
| parent | de08697ecd437c1df67dc07ac323efabfdaac3cf (diff) | |
| download | personal-website-6551aa0ce93138d37dbc8e00ec217bcf4781ab74.tar.gz personal-website-6551aa0ce93138d37dbc8e00ec217bcf4781ab74.tar.bz2 personal-website-6551aa0ce93138d37dbc8e00ec217bcf4781ab74.zip | |
upgraded fontawesome
Diffstat (limited to '_includes/heading.html')
| -rw-r--r-- | _includes/heading.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/heading.html b/_includes/heading.html index 594e23d..12a83fb 100644 --- a/_includes/heading.html +++ b/_includes/heading.html @@ -5,7 +5,7 @@ <script src="/jquery-3.3.1.min.js"></script> <script src="/scripts.js"></script> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> +<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width", initial-scale=1> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> |
