fonts: Add lmodern
This commit is contained in:
parent
5af4d282b6
commit
9956ab2829
|
@ -5,6 +5,7 @@
|
|||
fonts = with pkgs; [
|
||||
corefonts # good ol’ microsoft fonts
|
||||
google-fonts # google font collection (free)
|
||||
lmodern # Latin Modern for non-latex applications
|
||||
(nerdfonts.override { fonts = [ "Iosevka" ]; })
|
||||
#roboto # standalone roboto has awful kerning
|
||||
source-han-sans
|
||||
|
|
Loading…
Reference in a new issue