Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 529 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 529 Bytes

XamarinFormsToolbarCustomFont

Custom font (eg. Font Awesome) support for a Xamarin.Forms projects.

PayPayl donate button

iOS remarks

Don't forget to add font to your Info.plist file.

<key>UIAppFonts</key>
   <array>
      <string>fontawesome.ttf</string>
   </array>