fonts: use maple-mono
This commit is contained in:
parent
c34e280ef8
commit
088fb48166
1 changed files with 2 additions and 1 deletions
|
@ -8,13 +8,14 @@
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
|
maple-mono.NF
|
||||||
];
|
];
|
||||||
|
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowBitmaps = true;
|
allowBitmaps = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
monospace = ["JetBrainsMono NF Medium" "Twitter Color Emoji"];
|
monospace = ["Maple Mono NF" "Twitter Color Emoji"];
|
||||||
serif = ["Noto Serif" "Twitter Color Emoji"];
|
serif = ["Noto Serif" "Twitter Color Emoji"];
|
||||||
sansSerif = ["Noto Sans" "Twitter Color Emoji"];
|
sansSerif = ["Noto Sans" "Twitter Color Emoji"];
|
||||||
emoji = ["Twitter Color Emoji"];
|
emoji = ["Twitter Color Emoji"];
|
||||||
|
|
Loading…
Add table
Reference in a new issue