mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 08:07:14 +02:00
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:
parent
9ce417830e
commit
65d8295a04
@ -176,7 +176,6 @@ in
|
|||||||
noto-fonts-cjk-serif
|
noto-fonts-cjk-serif
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
maple-mono
|
maple-mono
|
||||||
hachimarupop
|
|
||||||
font-awesome
|
font-awesome
|
||||||
(nerdfonts.override { fonts = [ "Noto" ]; })
|
(nerdfonts.override { fonts = [ "Noto" ]; })
|
||||||
kanji-stroke-order-font
|
kanji-stroke-order-font
|
||||||
@ -218,14 +217,10 @@ in
|
|||||||
name = "Aleo";
|
name = "Aleo";
|
||||||
};
|
};
|
||||||
|
|
||||||
sansSerif =
|
sansSerif = {
|
||||||
if phone then {
|
package = noto-fonts-cjk-sans;
|
||||||
package = pkgs.hachimarupop;
|
name = "Noto Sans CJK JP";
|
||||||
name = "はちまるポップ";
|
};
|
||||||
} else {
|
|
||||||
package = noto-fonts-cjk-sans;
|
|
||||||
name = "Noto Sans CJK JP";
|
|
||||||
};
|
|
||||||
|
|
||||||
monospace = {
|
monospace = {
|
||||||
package = maple-mono;
|
package = maple-mono;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user