system/programs/fonts: fix 0xProto NF name being incorrect

This commit is contained in:
Anthony Rodriguez 2024-11-29 15:01:39 +01:00
parent 7b7744c605
commit 3cde68e4a9
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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"];
}; };
}; };