-
Notifications
You must be signed in to change notification settings - Fork 746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font family when using font awesome #433
Comments
Thanks for reporting, i noticed something strange also yeah. |
@bbrala any updates? |
Sorry no, I haven't made the time yet to get back up to speed with the issues. I will make sure to reserve some time in the coming week. |
I added a demo to the documentation, i don't see the issue there. |
@bbrala so just checked out the code there on the demo page, looks like there is this custom styling which is making it work -
Adding .fa{font-family: inherit;} to the css is making it work fine. |
Though the styling will still not be same as the one when using default context-menu icons. Try using one of each. |
Thanks for looking, didnt look deep enough appearantly. Sorry about that. |
You should add something like this...
.context-menu-icon.context-menu-icon--fa span { font-family: Arial; }
Otherwise the font in the menu is wrong (looks like time new roman, in fact it is "FontAwesome")
The text was updated successfully, but these errors were encountered: