project-wide: Move from FantasqueSansMono to Iosevka

This commit is contained in:
kat witch 2021-06-20 03:11:29 +01:00
parent 5ef3eb1157
commit 607669b21e
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
6 changed files with 9 additions and 11 deletions

View file

@ -12,7 +12,6 @@
fonts.fonts = with pkgs; [
font-awesome
nerdfonts
iosevka
emacs-all-the-icons-fonts
twitter-color-emoji
];

View file

@ -4,7 +4,7 @@ let
witch.style.base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
config.lib.arc.base16.schemeForAlias.default;
witch.style.font = {
name = "FantasqueSansMono Nerd Font";
name = "Iosevka Nerd Font";
size = "10";
size_css = "14px";
};

View file

@ -16,10 +16,9 @@ in {
local wezterm = require 'wezterm';
return {
enable_wayland = true,
term = "wezterm",
font = wezterm.font_with_fallback({"FantasqueSansMono Nerd Font","Twitter Color Emoji"}),
font_size = 10.0,
font = wezterm.font_with_fallback({"Iosevka Term","Twitter Color Emoji"}),
font_size = 9.0,
window_background_opacity = 0.9,
colors = {
ansi = {${colors.ansi}},

View file

@ -4,7 +4,7 @@ let
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
config.lib.arc.base16.schemeForAlias.default;
font = {
name = "FantasqueSansMono Nerd Font";
name = "Iosevka Nerd Font";
size = "10";
size_css = "14px";
};

View file

@ -4,8 +4,8 @@ let
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
config.lib.arc.base16.schemeForAlias.default;
font = {
name = "FantasqueSansMono Nerd Font";
size = 10.0;
name = "Iosevka";
size = 9.0;
size_css = "14px";
};
in
@ -94,7 +94,7 @@ in
fonts = {
names = [ font.name ];
style = "Normal";
style = "Medium";
size = font.size;
};
terminal = "${pkgs.wezterm}/bin/wezterm";

View file

@ -4,9 +4,9 @@ let
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
config.lib.arc.base16.schemeForAlias.default;
font = {
name = "FantasqueSansMono Nerd Font";
name = "Iosevka Nerd Font";
size = "10";
size_css = "14px";
size_css = "12px";
};
in
{