Skip to content

Commit

Permalink
fix: Don't include OpenSans for libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 8, 2024
1 parent d5857f3 commit 77af90e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<_UnoProjectSystemPackageReference Include="CommunityToolkit.Mvvm" ProjectSystem="true" />
</ItemGroup>

<ItemGroup Condition="'$(UnoDefaultFont)'=='OpenSans'">
<ItemGroup Condition="'$(UnoDefaultFont)'=='OpenSans' AND $(_IsExecutable)">
<_UnoProjectSystemPackageReference Include="Uno.Fonts.OpenSans" ProjectSystem="true" />
</ItemGroup>

Expand Down

0 comments on commit 77af90e

Please sign in to comment.