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 awesome icon problem #30

Closed
erichard opened this issue Jan 15, 2016 · 3 comments
Closed

Font awesome icon problem #30

erichard opened this issue Jan 15, 2016 · 3 comments

Comments

@erichard
Copy link
Contributor

Hello,
Icons from fontawesome are broken when I integrate jquery-comments.
icon_problem

The problem come from the font-family: inherit; in the firsts lines of the css. If I remove this line everything work fine.

@jjtykkyl
Copy link
Contributor

Did you load the font-awsesome.css after the jquery-comments.css as it is supposed to?

@erichard
Copy link
Contributor Author

I made a workaround by forcing the font family on:

.jquery-comments i.fa {
  font: normal normal normal 14px/1 FontAwesome;
}

My font-awesome library is included as part of an admin theme that I cannot change.

@jjtykkyl
Copy link
Contributor

I'm happy to let you know that this bug has been fixed in version 1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants