Revert "desktop: Use はちまるポップ font on phone"

This was an interesting experiment however it wasn't very practical
since text became difficult to read and the wider width of the font
broke a lot of programs on the small PinePhone screen.
This commit is contained in:
Donovan Glover 2024-07-15 11:38:42 -04:00
parent 9ce417830e
commit 65d8295a04
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -176,7 +176,6 @@ in
noto-fonts-cjk-serif
noto-fonts-emoji
maple-mono
hachimarupop
font-awesome
(nerdfonts.override { fonts = [ "Noto" ]; })
kanji-stroke-order-font
@ -218,14 +217,10 @@ in
name = "Aleo";
};
sansSerif =
if phone then {
package = pkgs.hachimarupop;
name = "";
} else {
package = noto-fonts-cjk-sans;
name = "Noto Sans CJK JP";
};
sansSerif = {
package = noto-fonts-cjk-sans;
name = "Noto Sans CJK JP";
};
monospace = {
package = maple-mono;