Compare commits

..

No commits in common. "f35b855ba7f7efe1991867b4d60a2a2959005c60" and "5690f4618d64641b17393e6dc299523026ce856e" have entirely different histories.

23 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<Error Condition="!Exists('$(MSBuildProjectDirectory)/wwwroot/Fonts/')" Text="Missing Fonts folder in wwwroot" />
<ItemGroup>
<!--Include without duplication-->
<_OpenSansFont Include="wwwroot\Fonts\OpenSans-*.woff2" Exclude="@(Content)" />
<_OpenSansFont Include="wwwroot\Fonts\OpenSans-*.ttf" Exclude="@(Content)" />
<Content Include="@(_OpenSansFont)" />
</ItemGroup>
</Target>