mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2026-02-16 10:31:12 +00:00
Update to FontAwesome 5
This commit is contained in:
4
css/font-awesome.min.css
vendored
4
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user