How To Use Google Fonts In Xamarin Forms

For my example i will use a google font like indie flower just visit the page and download the file by using the download family.
How to use google fonts in xamarin forms. In my mainpage i have one label with the standard hello world message from xamarin forms project and i am using my libre baskerville in the fontfamily property of the label control. Opensans bold fontfamily staticresource boldfont label text welcome to xamarin forms. These are properly scaled and sized images that fit 1x 2x 3x hdpi xhdpi xxhdi and so on which are great because they are super optimized for each platform. Then to use the font you just need to reference the key. I work on a xamarin forms project where i added 2 google fonts.
Use font name label text hello xamarin forms fontfamily lobster regular alternatively it can be consumed on each platform by referencing its alias. My entire mobile development career i have gone all in on using device specific images and icons. Add font to xamarin forms app. I ve first only added the main font montserrat regular and robotocondensed regular. Custom fonts are one of the back bones of modern app development.
Because of that be mindful of how many custom fonts you are adding. First of all we need to get a font. In xamarin forms we include the font asset into each platform project and use the fontfamily property to apply the fonts in xaml. Then i try to use it in the page where i want to display the greek words using xamarin label command with font family and text parameters. Xamarin already contains some popular font styles but if you want to add a new font style then this article completely belongs to you.
I downloaded a greek true type font from google i placed it in the assets folder under a folder i named fonts. I appreciate your help in this. I can use these fonts without any problem in my app with labels or buttons on ios and android. Using font icons in xamarin forms. Stacklayout label text welcome to xamarin forms.
Opensans regular fontfamily staticresource normalfont label text welcome to xamarin forms. Goodbye images hello fonts. Xamarin already contains some popular font styles but if you want to add custom fonts in xamarin forms then this article will surely help you out. Label text welcome to xamarin forms fontfamily myawesomecustomfont fontsize 50 horizontaloptions center verticaloptions centerandexpand under the hood the font is loaded and cached whenever you start the app. You are ready to use a custom font.