fonts: update fonts
This commit is contained in:
parent
b76acf3cbc
commit
bd6a277b96
1 changed files with 1 additions and 5 deletions
|
@ -5,20 +5,16 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
corefonts
|
corefonts
|
||||||
nerdfonts
|
nerdfonts
|
||||||
jetbrains-mono
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
font-awesome
|
|
||||||
kochi-substitute
|
|
||||||
ipafont
|
|
||||||
];
|
];
|
||||||
|
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowBitmaps = true;
|
allowBitmaps = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
monospace = ["JetBrainsMono NF SemiBold" "Twitter Color Emoji"];
|
monospace = ["JetBrainsMono NF Medium" "Twitter Color Emoji"];
|
||||||
serif = ["Noto Serif" "Twitter Color Emoji"];
|
serif = ["Noto Serif" "Twitter Color Emoji"];
|
||||||
sansSerif = ["Noto Sans" "Twitter Color Emoji"];
|
sansSerif = ["Noto Sans" "Twitter Color Emoji"];
|
||||||
emoji = ["Twitter Color Emoji"];
|
emoji = ["Twitter Color Emoji"];
|
||||||
|
|
Loading…
Reference in a new issue