diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 4115d5a..1a64943 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -19,7 +19,7 @@ #: . -font_size 11.0 +font_size 12.0 #: Font size (in pts). @@ -2640,7 +2640,7 @@ color15 #eeeeee # BEGIN_KITTY_FONTS -font_family family="Source Code Pro" +font_family family="CodeNewRoman Nerd Font Mono" bold_font auto italic_font auto bold_italic_font auto diff --git a/config/waybar/style.css b/config/waybar/style.css index e0e4f43..5cb5b86 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -48,8 +48,8 @@ #waybar { background: #000000; color: #eeeeee; - font-family: Source Code Pro; - font-size: 11pt; + font-family: CodeNewRoman Nerd Font Mono; + font-size: 12pt; } /* Each module */ diff --git a/update_arch.sh b/update_arch.sh index 57eba63..9b91385 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -370,7 +370,7 @@ fc-cache -fv # Install other fonts printf -- '\033[33m Installing other fonts\n\033[37m' -sudo pacman --noconfirm --needed -S noto-fonts poppler-data +sudo pacman --noconfirm --needed -S noto-fonts poppler-data adobe-source-code-pro-fonts # Install Brave Browser printf -- '\033[33m Installing Brave Browser\n\033[37m' diff --git a/update_arch_steambox.sh b/update_arch_steambox.sh index c3377e4..1040634 100755 --- a/update_arch_steambox.sh +++ b/update_arch_steambox.sh @@ -328,7 +328,7 @@ fc-cache -fv # Install other fonts printf -- '\033[33m Installing other fonts\n\033[37m' -sudo pacman --noconfirm --needed -S noto-fonts poppler-data +sudo pacman --noconfirm --needed -S noto-fonts poppler-data adobe-source-code-pro-fonts # Install Brave Browser printf -- '\033[33m Installing Brave Browser\n\033[37m'