NathanWalker / nativescript-ngx-fonticon

Use custom font icon collections seamlessly with NativeScript + Angular.
MIT License
76 stars 39 forks source link

"font-weight: bold" breaks the fonticon #17

Open elvismercado opened 7 years ago

elvismercado commented 7 years ago

I use the fontawesome like in the code below. If I add the bold class the icon won't work.

.bold { font-weight: bold; } <Label [text]="'fa-bars' | fonticon" class="fa"></Label> <Label text="{{'fa-bars' | fonticon}}" class="fa"></Label>

Niko87 commented 7 years ago

i'm having the same problem, but only in IOS..