We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3563c commit 38eed6cCopy full SHA for 38eed6c
CommunityToolkit.App.Shared/WasmCSS/Fonts.css
MultiTarget/PackageReferences/Uno.props
@@ -7,6 +7,7 @@
7
<!-- All Uno-based project heads and MultiTarget-enabled library projects need to reference this file, while native (UWP/WinAppSdk) heads don't. -->
8
<ItemGroup Condition="'$(IsUno)' == 'true'">
9
<PackageReference Include="Uno.UI" Version="$(CommonUnoPackageVersion)" />
10
+ <PackageReference Include="Uno.Fonts.Fluent" Version="2.3.0" />
11
</ItemGroup>
12
13
<PropertyGroup Condition="'$(IsUno)' == 'true'">
0 commit comments