[iOS] Include custom font

This commit is contained in:
David Oliver 2019-05-18 22:05:08 -04:00
commit ca2fd21a4a
3 changed files with 5 additions and 1 deletions

View file

@ -92,9 +92,12 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="Main.cs" />
<None Include="Info.plist" />
<None Include="Info.plist">
<SubType>Designer</SubType>
</None>
<Compile Include="Properties\AssemblyInfo.cs" />
<Content Include="Entitlements.plist" />
<BundleResource Include="Resources\Fonts\CalcMDL2.ttf" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />

View file

@ -41,6 +41,7 @@
<key>UIAppFonts</key>
<array>
<string>Fonts/winjs-symbols.ttf</string>
<string>Fonts/CalcMDL2.ttf</string>
</array>
</dict>
</plist>

Binary file not shown.