system/programs/fonts: fix 0xProto NF name being incorrect
This commit is contained in:
parent
7b7744c605
commit
3cde68e4a9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
serif = ["Noto Serif"];
|
serif = ["Noto Serif"];
|
||||||
sansSerif = ["Inter Medium"];
|
sansSerif = ["Inter Medium"];
|
||||||
monospace = ["0xProto NF"];
|
monospace = ["0xProto Nerd Font"];
|
||||||
emoji = ["Noto Color Emoji"];
|
emoji = ["Noto Color Emoji"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue