[nix] fix: various font fixes

This commit is contained in:
Simon Cornet 2024-06-04 18:02:18 +02:00
parent a61f7fb894
commit 83fc2d106b

View File

@ -74,13 +74,13 @@
# bold font
bold = {
family = "JetBrainsMonoNL NF";
style = "Bold";
style = "Light";
};
# italic font
italic = {
family = "JetBrainsMonoNL NF";
style = "Italic";
style = "Light";
};
};