Skip to content
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 style is ignored when using FontAwesome #534

Closed
Thallius opened this issue Jun 5, 2017 · 3 comments
Closed

Font style is ignored when using FontAwesome #534

Thallius opened this issue Jun 5, 2017 · 3 comments

Comments

@Thallius
Copy link

Thallius commented Jun 5, 2017

When you choose a FontAwesome icon on the menu it is not possible to use a custom font on the text behind the icon (or I am not able to do this :)

Regards

Claus

@bbrala
Copy link
Member

bbrala commented Jun 5, 2017

You should be able to use .context-menu-list { font-familiy: arial; } or any other font without a problem to set the font.

@Thallius
Copy link
Author

Thallius commented Jun 5, 2017

I tried it. Font-height is used but font-family and font-weight is ignored. When I remove the Icon from menu the right font with selected weight is used.

@bbrala
Copy link
Member

bbrala commented Jun 5, 2017

Then you might need to be more specific unfortunately. Perhaps .context-menu-list .context-menu-icon.context-menu-icon--fa { font-familiy: arial; } or span.context-menu-icon.context-menu-icon--fa { font-familiy: arial; }

@bbrala bbrala closed this as completed Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants