We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c26c4 commit d585eb1Copy full SHA for d585eb1
MMM-Navigate.css
@@ -22,12 +22,8 @@ body {
22
.fa-lock1:after {
23
content: "\f023";
24
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;
+ font-family: "Font Awesome 5 Free";
+ font-weight: 900; /*900 is needed since fontawesome 5*/
31
}
32
33
a:link {
@@ -41,4 +37,4 @@ body {
41
37
42
38
a:hover {
43
39
color: white
44
- }
40
+ }
0 commit comments