Upgrade Font Awesome to version 5 (#1446)

Upgrade Font Awesome to version 5 (SVG with JavaScript)

Close #1396
This commit is contained in:
Michael Rose
2018-01-04 14:27:27 -05:00
committed by GitHub
parent e3858f80e4
commit 3e922ddf58
51 changed files with 108 additions and 4631 deletions

View File

@@ -183,7 +183,10 @@ body:hover .visually-hidden button {
/* social icons*/
.social-icons {
.fa {
.fas,
.fab,
.far,
.fal {
color: $text-color;
}
@@ -192,17 +195,18 @@ body:hover .visually-hidden button {
color: $behance-color;
}
.fa-bitbucket,
.fa-bitbucket-square {
.fa-bitbucket {
color: $bitbucket-color;
}
.fa-dribbble {
.fa-dribbble,
.fa-dribble-square {
color: $dribbble-color;
}
.fa-facebook,
.fa-facebook-square {
.fa-facebook-square,
.fa-facebook-f {
color: $facebook-color;
}
@@ -221,7 +225,8 @@ body:hover .visually-hidden button {
}
.fa-google-plus,
.fa-google-plus-square {
.fa-google-plus-square,
.fa-google-plus-g {
color: $google-plus-color;
}
@@ -235,7 +240,7 @@ body:hover .visually-hidden button {
}
.fa-linkedin,
.fa-linkedin-square {
.fa-linkedin-in {
color: $linkedin-color;
}
@@ -270,7 +275,8 @@ body:hover .visually-hidden button {
}
.fa-vimeo,
.fa-vimeo-square {
.fa-vimeo-square,
.fa-vimeo-v {
color: $vimeo-color;
}
@@ -278,9 +284,7 @@ body:hover .visually-hidden button {
color: $vine-color;
}
.fa-youtube,
.fa-youtube-square,
.fa-youtube-play {
.fa-youtube {
color: $youtube-color;
}