Using Font Icons in Xamarin.Forms: Goodbye Images, Hello Fonts!
Updated: See the newest way of importing fonts with Xamarin.Forms 4.6 on my latest blog post [https://montemagno.com/xamarin-forms-custom-fonts-everywhere/]. My full walkthrough: My entire mobile development career I have gone all in on using device specific images and icons. 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. The reason I do this was because it gives very consist…
James Montemagno