font-awesome

FontAwesome / Xamarin - Setting Glyph not working from code behind

假如想象 提交于 2020-08-19 11:03:26
问题 I missing something here when using FontAwesome on Xamarin... the buttons work fine when setting from xaml file but when I try to set from code behind it doesn't show the icon, here is the scenario: button working fine: <Button Grid.Row="0" Grid.Column="4" x:Name="btnIdDav" Padding="10" Margin="3" TextColor="#FFF" BackgroundColor="#565C5A" Clicked="btnIdDav_Clicked" WidthRequest="45"> <Button.ImageSource> <FontImageSource FontFamily="{StaticResource FontAwesomeSolidOTF}" Glyph="" Color="#fff

Chrome - Font Awesome 5 some icons are not working

╄→尐↘猪︶ㄣ 提交于 2020-07-21 05:13:05
问题 I am useing Font Awesome 5. Some icons are not showing in Chrome. For example "fa-facebook-f". When I change the icon class to fa-facebook it works. Is there a way to fix it? Here is what i see in chrome. <a href="#" target="_blank" class="icon-facebook"> <i class="fab fa-facebook-f"> </i> </a> <a href="#" target="_blank" class="icon-twitter"> <i class="fab fa-twitter"> </i> </a> <a href="#" target="_blank" class="icon-google_plus"> <i class="fab fa-google-plus-g"> </i> </a> <a href="#"

Chrome - Font Awesome 5 some icons are not working

好久不见. 提交于 2020-07-21 05:12:09
问题 I am useing Font Awesome 5. Some icons are not showing in Chrome. For example "fa-facebook-f". When I change the icon class to fa-facebook it works. Is there a way to fix it? Here is what i see in chrome. <a href="#" target="_blank" class="icon-facebook"> <i class="fab fa-facebook-f"> </i> </a> <a href="#" target="_blank" class="icon-twitter"> <i class="fab fa-twitter"> </i> </a> <a href="#" target="_blank" class="icon-google_plus"> <i class="fab fa-google-plus-g"> </i> </a> <a href="#"

Font Awesome 5, why don't brand icons work when using font-face?

痞子三分冷 提交于 2020-07-09 11:57:25
问题 Imagine that I only have control through CSS . HTML is generated automatically, so I cannot add JS or change the HTML. /*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons:CC BY 4.0, Fonts:SIL OFL 1.1, Code:MIT License) */ @font-face { font-family: 'my_font_awesome'; font-style: normal; font-weight: 900; font-display: auto; src: url(https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.eot); src: url