Public Access
Repaint both heads in the v5 palette and embed its three fonts
This commit is contained in:
@@ -68,6 +68,15 @@
|
||||
-->
|
||||
<AvaloniaResource Include="WebAssets/**" />
|
||||
<AvaloniaResource Include="Theme/**" />
|
||||
|
||||
<!--
|
||||
Montserrat, JetBrains Mono and Material Icons, embedded rather than requested by name for the same
|
||||
reason WebAssets is embedded: a font resolved from the machine is whatever that machine happens to
|
||||
have, and a phone and a desktop asked the same question would not get the same answer. Shared here
|
||||
so the desktop head's avares://DodoSSH.Client.Shell/Assets/Fonts URIs are the same ones the palette
|
||||
and Program.cs reference; see Theme/Palette.axaml's MonoFont and IconFont keys.
|
||||
-->
|
||||
<AvaloniaResource Include="Assets/Fonts/**" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user