MarMar

Results 4 issues of MarMar

## 🐛 Bug Report Project package reference for Xamarin.Firebase.iOS.CloudMessaging use version equal **or greater** than 4.3.0. So, last version 8.10.0 is acceptable too `` But with version 7.10.0 in Xamarin.Firebase.iOS.CloudMessaging,...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) ### :arrow_heading_down: What is the current behavior? ### :new: What is the new behavior (if...

Hi, i have a same problem like in this issue (https://github.com/jsmarcus/Iconize/issues/10) but on UWP. I found, when the FontSize is DynamicResource, then FontFamily is set for default font ![vystrizek](https://user-images.githubusercontent.com/10964247/54007773-cd184b80-4163-11e9-9881-e485f25f2d0d.PNG) Iconize:...

https://github.com/jsmarcus/Iconize/blob/148a763d2473810d81ea027b83a88a8ef4b9aea0/src/Plugin.Iconize/Platform/UWP/PlatformExtensions.cs#L34 Replace: .Replace(" Regular", "") with this: .Replace(" Regular", "").Replace(" Light", "").Replace(" Solid", "") UWP is not loading "Light" and "Solid" font without this change