feat(home): Set emoji font
This commit is contained in:
parent
6644a549d1
commit
4c45efd0ff
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ in {
|
||||||
maple-mono-NF
|
maple-mono-NF
|
||||||
dm-sans
|
dm-sans
|
||||||
eb-garamond
|
eb-garamond
|
||||||
|
whatsapp-emoji-font
|
||||||
];
|
];
|
||||||
|
|
||||||
rose-pine.pointerCursor = mkIf colors.isRosePine enabled;
|
rose-pine.pointerCursor = mkIf colors.isRosePine enabled;
|
||||||
|
@ -57,6 +58,7 @@ in {
|
||||||
monospace = ["Maple Mono NF"];
|
monospace = ["Maple Mono NF"];
|
||||||
sansSerif = ["DeepMind Sans"]; # dm-sans
|
sansSerif = ["DeepMind Sans"]; # dm-sans
|
||||||
serif = ["EB Garamond"];
|
serif = ["EB Garamond"];
|
||||||
|
emoji = ["Apple Color Emoji"]; # whatsapp-emoji-font
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue