Skip to content

Commit d585eb1

Browse files
authored
Bugfix for fontawesome 5 symbols and icons
1 parent 76c26c4 commit d585eb1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

MMM-Navigate.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@ body {
2222
.fa-lock1:after {
2323
content: "\f023";
2424
margin-left: 5px;
25-
/*display: inline-block;*/
26-
font: normal normal normal 14px/1 FontAwesome;
27-
font-size: inherit;
28-
text-rendering: auto;
29-
-webkit-font-smoothing: antialiased;
30-
-moz-osx-font-smoothing: grayscale;
25+
font-family: "Font Awesome 5 Free";
26+
font-weight: 900; /*900 is needed since fontawesome 5*/
3127
}
3228

3329
a:link {
@@ -41,4 +37,4 @@ body {
4137

4238
a:hover {
4339
color: white
44-
}
40+
}

0 commit comments

Comments
 (0)