Skip to content

Commit

Permalink
fix: Added missing font files for Skia Gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnès Zitte committed Dec 17, 2021
1 parent 3f7f182 commit 2b492b0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Expand Up @@ -6,6 +6,22 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<None Remove="Assets\Fonts\Cupertino\SF-Pro.ttf" />
<None Remove="Assets\Fonts\Material\Roboto-Light.ttf" />
<None Remove="Assets\Fonts\Material\Roboto-Medium.ttf" />
<None Remove="Assets\Fonts\Material\Roboto-Regular.ttf" />
<None Remove="Assets\Fonts\uno-fluentui-assets.ttf" />
</ItemGroup>

<ItemGroup>
<Content Include="Assets\Fonts\Cupertino\SF-Pro.ttf" />
<Content Include="Assets\Fonts\Material\Roboto-Light.ttf" />
<Content Include="Assets\Fonts\Material\Roboto-Medium.ttf" />
<Content Include="Assets\Fonts\Material\Roboto-Regular.ttf" />
<Content Include="Assets\Fonts\uno-fluentui-assets.ttf" />
</ItemGroup>

<ItemGroup>
<!-- Note that for WebAssembly version 1.1.1 of the console logger required -->
Expand Down

0 comments on commit 2b492b0

Please sign in to comment.