mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(fonts): change to roboto to support more characters
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
libertine
|
||||
lmodern
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
roboto
|
||||
roboto-mono
|
||||
roboto-slab
|
||||
@@ -27,8 +29,8 @@
|
||||
];
|
||||
fontconfig.defaultFonts = {
|
||||
monospace = [ "JetBrains Mono" ];
|
||||
serif = [ "Source Serif Pro" ];
|
||||
sansSerif = [ "Source Sans Pro" ];
|
||||
serif = [ "Roboto Slab" ];
|
||||
sansSerif = [ "Roboto" "Noto Sans" ];
|
||||
emoji = [ "JoyPixels" ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user