Skip to content

Commit

Permalink
fix: Fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Oct 31, 2022
1 parent ac41c14 commit e393853
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@

<ItemGroup>
<Content Include="Assets\Fonts\uno-fluentui-assets.ttf" />
<Content Include="Assets\Fonts\Roboto-Light.ttf" />
<Content Include="Assets\Fonts\Roboto-Medium.ttf" />
<Content Include="Assets\Fonts\Roboto-Regular.ttf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Uno.WinUI.Skia.Gtk" />
<PackageReference Include="Uno.WinUI.RemoteControl" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="SkiaSharp.Views.Uno.WinUI" />
<PackageReference Include="SkiaSharp.Skottie" />
<PackageReference Include="Uno.WinUI.Skia.Gtk" />
<PackageReference Include="Uno.WinUI.RemoteControl" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="SkiaSharp.Views.Uno.WinUI" />
<PackageReference Include="SkiaSharp.Skottie" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" />
<PackageReference Include="Uno.Material.WinUI" />
<PackageReference Include="Uno.Toolkit.WinUI.Material" />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
<Import Project="..\MyExtensionsApp.UI\MyExtensionsApp.UI.projitems" Label="Shared" />

<ItemGroup>
<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>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@
explicitly included in the projitem, so files can be added from vscode
without manipulating the projitem file.
-->
<Content Include="$(MSBuildThisFileDirectory)Assets\Fonts\Material\Roboto-Light.ttf">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
<Content Include="$(MSBuildThisFileDirectory)Assets\Fonts\Material\Roboto-Medium.ttf">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
<Content Include="$(MSBuildThisFileDirectory)Assets\Fonts\Material\Roboto-Regular.ttf">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
<Page Include="$(MSBuildThisFileDirectory)Views\Shell.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@
<PropertyGroup />
<Import Project="MyExtensionsApp.UI.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" />
</Project>
<ItemGroup>
<_Globbed_Content Remove="Assets\Fonts\Material\Roboto-Light.ttf" />
<_Globbed_Content Remove="Assets\Fonts\Material\Roboto-Medium.ttf" />
<_Globbed_Content Remove="Assets\Fonts\Material\Roboto-Regular.ttf" />
</ItemGroup>
</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit e393853

Please sign in to comment.