1
0
Fork 0

Fonts for the crazy

This commit is contained in:
Malte 2023-02-22 11:42:18 +01:00
parent 56c4414841
commit 09e963234c
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
programs.foot = {
settings = {
main = {
font = "Cozette:pixelsize=13";
font = "scientifica:pixelsize=11";
include = "${pkgs.foot.themes}/share/foot/themes/catppuccin";
};
csd = {

View file

@ -11,7 +11,7 @@
defaultFonts = let
unicode-fallback = ["Noto Sans Symbols" "Noto Sans Symbols2"];
in {
monospace = ["Cozette" "Noto Sans Mono"] ++ unicode-fallback;
monospace = ["scientifica" "Cozette" "Noto Sans Mono"] ++ unicode-fallback;
sansSerif = ["B612" "Noto Sans"] ++ unicode-fallback;
serif = ["Libertinus Serif" "Noto Serif"] ++ unicode-fallback;
};