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