From 2b8c0506e4c387d24c22eaa1ebeab6618c962766 Mon Sep 17 00:00:00 2001 From: Shu Kutsuzawa Date: Wed, 14 Feb 2024 01:57:56 +0900 Subject: [PATCH] update font --- .config/alacritty/alacritty.toml | 6 +++--- .config/wezterm/wezterm.lua | 4 ++-- README.md | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index e5911e32..b25478de 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -8,15 +8,15 @@ builtin_box_drawing = true size = 20.0 [font.bold] -family = "MonaspiceAr Nerd Font" +family = "Moralerspace Argon NF" style = "Bold" [font.italic] -family = "MonaspiceAr Nerd Font" +family = "Moralerspace Argon NF" style = "Italic" [font.normal] -family = "MonaspiceAr Nerd Font" +family = "Moralerspace Argon NF" style = "Regular" [[keyboard.bindings]] diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 8e404c65..f28ae1ec 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -140,7 +140,7 @@ end return { color_scheme = "Tokyo Night", window_frame = { - font = wezterm.font("MonaspiceAr Nerd Font", { stretch = "Expanded", weight = "Medium" }), + font = wezterm.font("Moralerspace Argon NF"), font_size = 20.0, -- The overall background color of the tab bar when @@ -148,7 +148,7 @@ return { active_titlebar_bg = "#1a1b26", active_titlebar_fg = "#c0caf5", }, - font = wezterm.font("MonaspiceAr Nerd Font", { stretch = "Expanded", weight = "Medium" }), + font = wezterm.font("Moralerspace Argon NF"), font_size = 20.0, harfbuzz_features = { "zero" }, bold_brightens_ansi_colors = true, diff --git a/README.md b/README.md index 67ef069f..8733462f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ curl -sL https://raw.githubusercontent.com/cappyzawa/dotfiles/master/etc/install ## Required -* `git` -* `tmux` 3.2+ -* [ryanoasis/nerd\-fonts: Iconic font aggregator, collection, & patcher\. 3,600\+ icons, 50\+ patched fonts: Hack, Source Code Pro, more\. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more](https://github.com/ryanoasis/nerd-fonts) -* [alacritty/alacritty: A cross\-platform, OpenGL terminal emulator\.](https://github.com/alacritty/alacritty) +- `git` +- `tmux` 3.2+ +- [yuru7/moralerspace: Moralerspace は、欧文フォント Monaspace と日本語フォント IBM Plex Sans JP を合成したプログラミング向けフォントです。](https://github.com/yuru7/moralerspace) +- [alacritty/alacritty: A cross\-platform, OpenGL terminal emulator\.](https://github.com/alacritty/alacritty)