Update fonts

Amolith created

Change summary

dot_config/doom/config.org.tmpl    | 4 ++--
dot_config/polybar/config.ini.tmpl | 4 ++--
dot_config/rofi/config.rasi        | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)

Detailed changes

dot_config/doom/config.org.tmpl 🔗

@@ -47,8 +47,8 @@ are the three important ones:
 They all accept either a font-spec, font string (~"Input Mono-12"~), or ~xlfd~
 font string. Generally, only these two are needed:
 #+BEGIN_SRC emacs-lisp
-(setq doom-font (font-spec :family "Triplicate T4c" :size 16)
-      doom-variable-pitch-font (font-spec :family "Triplicate T4c" :size 16))
+(setq doom-font (font-spec :family "Triplicate A Code" :size 16)
+      doom-variable-pitch-font (font-spec :family "Triplicate A Code" :size 16))
 #+END_SRC
 
 There are two ways to load a theme. Both assume the theme is installed and

dot_config/polybar/config.ini.tmpl 🔗

@@ -24,7 +24,7 @@ padding-right = 2
 module-margin-left = 1
 module-margin-right = 3
 
-font-0 = "Triplicate T4:pixelsize=11;1"
+font-0 = "Triplicate A:pixelsize=11;1"
 font-1 = "JetBrainsMono Nerd Font:style=Regular"
 
 modules-left = i3
@@ -56,7 +56,7 @@ padding-right = 2
 module-margin-left = 1
 module-margin-right = 3
 
-font-0 = "Triplicate T4:pixelsize=11;1"
+font-0 = "Triplicate A:pixelsize=11;1"
 font-1 = "JetBrainsMono Nerd Font:style=Regular"
 
 modules-left = {{- if eq .chezmoi.hostname "glade" }} updates {{- end }}

dot_config/rofi/config.rasi 🔗

@@ -1,5 +1,5 @@
 configuration {
-    font: "Triplicate T4 14";
+    font: "Triplicate A Code 14";
     show-icons: true;
     icon-theme: "Suru++ Dark";
     sidebar-mode: true;