Upgrade fontawesome to latest v5.6.3

We include a shim to retain v4 compatibility for now, since
a full upgrade is slightly non-trivial.

Change-Id: I06e70e94aaef16d0201fb9c2cea510f01ef61e8e
This commit is contained in:
Adam Spiers 2019-01-10 16:41:12 +00:00
parent 49ada6ca69
commit 25e7b45a0b
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
<link href="{{ CSSDIR }}search.css" rel="stylesheet">
<!-- Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/v4-shims.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->