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

Fix Font Awesome icons #4142

Merged
merged 1 commit into from Aug 21, 2018
Merged

Fix Font Awesome icons #4142

merged 1 commit into from Aug 21, 2018

Conversation

ger-benjamin
Copy link
Member

GSGMF-418

Some icons needs to have specified font-weight: 900 to be displayed

@ger-benjamin ger-benjamin added this to the 2.4 milestone Aug 21, 2018
@ger-benjamin ger-benjamin self-assigned this Aug 21, 2018
@@ -60,7 +60,7 @@
<button ngeo-mobile-geolocation=""
ngeo-mobile-geolocation-map="::mainCtrl.map"
ngeo-mobile-geolocation-options="::mainCtrl.mobileGeolocationOptions">
<span class="fa fa-dot-circle-o"></span>
<span class="far fa-dot-circle"></span>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we should have a mix of fa and far classes

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case, we won't have the symbol we want... Should we find another one ?
(that can have sens, because here, it's the only place where we need the "regular" FA library)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fredj https://fontawesome.com/icons/dot-circle?style=regular The solid one don't match our needs. And we can't use always the "regular" police because the search is not free.

@ger-benjamin ger-benjamin merged commit 7b49553 into master Aug 21, 2018
@ger-benjamin ger-benjamin deleted the Adapt_icons_to_FontAwesome_5 branch August 21, 2018 14:29
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

Successfully merging this pull request may close these issues.

None yet

3 participants