Closed trdsolutions closed 8 months ago
As MAUI lacks of support for variable fonts (https://github.com/dotnet/maui/issues/16604) I converted the variable fonts from https://github.com/google/material-design-icons/tree/master/variablefont with the following parameters:
In addition I created the FontAliases class for less magic string guessing on the consumer site.
FontAliases
I hope you like it. If there is anything I can do better, please let me know.
As MAUI lacks of support for variable fonts (https://github.com/dotnet/maui/issues/16604) I converted the variable fonts from https://github.com/google/material-design-icons/tree/master/variablefont with the following parameters:
In addition I created the
FontAliases
class for less magic string guessing on the consumer site.I hope you like it. If there is anything I can do better, please let me know.