Skip to content

Instantly share code, notes, and snippets.

@imarklee
Last active August 25, 2021 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imarklee/875b414710bf16aa33bfa69ceccff112 to your computer and use it in GitHub Desktop.
Save imarklee/875b414710bf16aa33bfa69ceccff112 to your computer and use it in GitHub Desktop.
#eb #fd .fd-toolbar__link > i {
line-height: var(--fd-line-height-sm);
}
#eb #fd .fa,
#eb #fd .fab,
#eb #fd .fad,
#eb #fd .fal,
#eb #fd .far,
#eb #fd .fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
#eb #fd .fa {
font: inherit;
font-weight: 900;
}
#eb #fd .far {
font: inherit;
font-weight: 400;
}
#eb #fd .fa,
#eb #fd .far,
#eb #fd .fas {
font-family: "Font Awesome 5 Free";
}
#eb #fd .fab {
font-family:"Font Awesome 5 Brands";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment