shrink font selection back after playing with xx fonts
This commit is contained in:
parent
cad3b29b02
commit
3a9b8d5311
|
@ -405,76 +405,14 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# get a small list of curated fonts
|
# get a small list of curated fonts
|
||||||
# internet hints
|
|
||||||
# https://biz-mastercreationz.medium.com/the-7-must-have-fonts-for-ruling-ui-ux-design-in-2024-e98c3b8ede31
|
|
||||||
# https://www.untitledui.com/blog/best-free-fonts
|
|
||||||
# https://medium.com/@iamakashjaggi/the-5-best-google-serif-fonts-of-2024-d1505543cb02
|
|
||||||
# https://www.halo-lab.com/blog/best-serif-fonts
|
|
||||||
# https://hootdesigncompany.com/resources/best-serif-google-fonts
|
|
||||||
# https://muz.li/blog/best-free-google-fonts
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# good sans serif fonts
|
# default sans serif font family
|
||||||
aileron
|
|
||||||
atkinson-hyperlegible
|
|
||||||
cabin
|
|
||||||
dm-sans
|
|
||||||
fira-sans
|
|
||||||
hubot-sans
|
|
||||||
inter
|
inter
|
||||||
kanit-font
|
|
||||||
lato
|
|
||||||
lexend
|
|
||||||
manrope
|
|
||||||
mona-sans
|
|
||||||
montserrat
|
|
||||||
nacelle
|
|
||||||
open-sans
|
|
||||||
paratype-pt-sans
|
|
||||||
public-sans
|
|
||||||
roboto
|
|
||||||
source-sans
|
|
||||||
work-sans
|
|
||||||
|
|
||||||
# good serif fonts
|
# default serif font family
|
||||||
alegreya
|
|
||||||
crimson
|
|
||||||
eb-garamond
|
|
||||||
fraunces
|
|
||||||
libre-baskerville
|
|
||||||
libre-bodoni
|
|
||||||
libre-caslon
|
|
||||||
merriweather
|
merriweather
|
||||||
oldstandard
|
|
||||||
paratype-pt-serif
|
|
||||||
roboto-serif
|
|
||||||
source-serif
|
|
||||||
|
|
||||||
# monospace coding and terminal fonts
|
# font families with good unicode coverage as fallback
|
||||||
_0xproto
|
|
||||||
anonymousPro
|
|
||||||
cascadia-code
|
|
||||||
commit-mono
|
|
||||||
fantasque-sans-mono
|
|
||||||
fira-code
|
|
||||||
geist-font
|
|
||||||
hack-font
|
|
||||||
hasklig
|
|
||||||
inconsolata
|
|
||||||
jetbrains-mono
|
|
||||||
julia-mono
|
|
||||||
maple-mono
|
|
||||||
martian-mono
|
|
||||||
meslo-lg
|
|
||||||
monaspace
|
|
||||||
monoid
|
|
||||||
mononoki
|
|
||||||
paratype-pt-mono
|
|
||||||
recursive
|
|
||||||
roboto-mono
|
|
||||||
source-code-pro
|
|
||||||
victor-mono
|
|
||||||
|
|
||||||
# fonts with good unicode coverage as fallback
|
|
||||||
ibm-plex
|
ibm-plex
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
|
@ -492,7 +430,7 @@ in
|
||||||
emoji = [ "Noto Color Emoji" ];
|
emoji = [ "Noto Color Emoji" ];
|
||||||
monospace = [ "MonoLisa" "IBM Plex Mono" "Noto Sans Mono" ];
|
monospace = [ "MonoLisa" "IBM Plex Mono" "Noto Sans Mono" ];
|
||||||
sansSerif = [ "Inter" "IBM Plex Sans" "Noto Sans" ];
|
sansSerif = [ "Inter" "IBM Plex Sans" "Noto Sans" ];
|
||||||
serif = [ "Crimson" "IBM Plex Serif" "Noto Serif" ];
|
serif = [ "Merriweather" "IBM Plex Serif" "Noto Serif" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# fixes pixelation
|
# fixes pixelation
|
||||||
|
|
Loading…
Reference in a new issue