Skip to content

Commit

Permalink
修改代码字体
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Jul 5, 2024
1 parent 8d9b387 commit e2693f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Wherlog/App.razor.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
::deep .alert {
::deep * {
--font-monospace: "Cascadia Code NF", "Cascadia Code PL", "Cascadia Code", Consolas, "Courier New", "Liberation Mono", SFMono-Regular, Menlo, Monaco, monospace;
}

::deep .alert {
border: 1px dashed var(--accent-fill-rest);
padding: 5px;
}
Expand Down
4 changes: 2 additions & 2 deletions Wherlog/Wherlog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.6" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.8.0" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.8.0" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.9.0" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e2693f5

Please sign in to comment.