[iOs] Font-Problems persist #8953
-
Current behaviorI am still unable to add fonts to an iOs-Mobile-Project. Even the latest template does not correctly embedd the fluentui-font. I've created a new project from the latest template and added a SymbolIcon to the Mainpage. It gets rendered as a Face on iOs, instead of a "+"-Symbol. Furthermore I've added a custom Font ("Pacifico-Regular.ttf") that does not get used on iOs. I have a sample solution below. Expected behaviorAdding a font to the iOs-Resources should make the font available to iOs. How to reproduce it (as minimally and precisely as possible)WorkaroundNone yet. Works on UWP/WinUI |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can find additional information about using fonts in uno here. In your sample, the Info.plist only contains the following: <key>UIAppFonts</key>
<array>
<string>Fonts/uno-fluentui-assets.ttf</string>
</array> You will need to include your new font there as well. |
Beta Was this translation helpful? Give feedback.
You can find additional information about using fonts in uno here.
In your sample, the Info.plist only contains the following:
You will need to include your new font there as well.