Change font-awesome 5 to css webfonts

This commit is contained in:
JonnyWong16 2018-06-21 10:29:13 -07:00
commit f393a015e8
26 changed files with 3840 additions and 652 deletions

View file

@ -2121,11 +2121,9 @@ a:hover .item-children-poster {
border-radius: 4px;
}
.settings-alert ul li:before {
display: none;
content: "\f071 ";
font-family: "Font Awesome 5 Solid";
}
.settings-alert ul li .svg-inline--fa {
content: "\f071";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 5px;
}
.settings-warning {