diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index ee951ab..5d3857e 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -111,10 +111,10 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: DejaVuSansMono Nerd Font Mono + family: DejaVuSansM Nerd Font Mono # The `style` can be specified to pick a specific face. - style: Book + style: Regular # Bold font face bold: @@ -122,7 +122,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: DejaVuSansMono Nerd Font Mono + family: DejaVuSansM Nerd Font Mono # The `style` can be specified to pick a specific face. style: Bold diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index d8ccc2c..5cd2fae 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -15,7 +15,7 @@ monospace - DejaVuSansMono Nerd Font Mono + DejaVuSansM Nerd Font Mono diff --git a/.config/i3/config b/.config/i3/config index 1b2ee58..96e2873 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -14,7 +14,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. #font pango:monospace 8 -font pango:DejaVuSansMono Nerd Font Mono:style=Book 8 +font pango:DejaVuSansM Nerd Font Mono:style=Regular 8 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango).