Repaint both heads in the v5 palette and embed its three fonts

This commit is contained in:
2026-08-07 15:25:51 +02:00
parent 49645db680
commit bea0279937
16 changed files with 611 additions and 99 deletions
@@ -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>