Update to FontAwesome 5

This commit is contained in:
Cameron Gutman
2018-12-16 11:10:25 +05:00
parent 24629dab45
commit 805586d67a
9 changed files with 10 additions and 518 deletions

File diff suppressed because one or more lines are too long

View File

@@ -185,10 +185,10 @@
#titleBar .toggle:before
{
font-family: FontAwesome;
font-family: "Font Awesome 5 Free";
text-decoration: none;
font-style: normal;
font-weight: normal;
font-weight: 900;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;

View File

@@ -1,6 +1,6 @@
@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900');
@import url('font-awesome.min.css');
@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');
/*
Escape Velocity by HTML5 UP
@@ -525,7 +525,7 @@
.icon:before {
display: inline-block;
font-family: FontAwesome;
font-family: "Font Awesome 5 Free";
font-size: 1.25em;
text-decoration: none;
font-style: normal;