https://github.com/codingoctocat/mauiissue_23217
https://github.com/codingoctocat/mauiissue_23217
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingoctocat/mauiissue_23217
- Owner: CodingOctocat
- Created: 2024-06-25T11:33:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T11:35:35.000Z (almost 2 years ago)
- Last Synced: 2025-07-06T23:48:58.734Z (11 months ago)
- Language: C#
- Size: 4.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [FontImage not support woff2 format #23217](https://github.com/dotnet/maui/issues/23217)
# Steps to Reproduce
1. Download [Google Material Symbols/github](https://github.com/google/material-design-icons/blob/master/variablefont/MaterialSymbolsRounded%5BFILL%2CGRAD%2Copsz%2Cwght%5D.woff2)
2. Copy MaterialSymbolsRounded.woff2(renamed) to /Resources/Fonts
3. ConfigureFonts `fonts.AddFont("MaterialSymbolsRounded.woff2", "MaterialSymbols");`
4. Use it anywhere
