Skip to content

Commit

Permalink
update font
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Feb 13, 2024
1 parent c720202 commit 2b8c050
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
4 changes: 2 additions & 2 deletions .config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ 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
-- the window is focused
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,
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 2b8c050

Please sign in to comment.