regexghost-dotfiles

My dotfiles and scripts
git clone git@git.regexghost.com/regexghost-dotfiles.git
Log | Files | Refs | README

FONT_SUBSTITUTION_Roboto Mono_alacritty.toml (300B)


      1 # Roboto Mono Laptop
      2 [env]
      3 WINIT_X11_SCALE_FACTOR = "2"
      4 
      5 [font]
      6 size = 6
      7 
      8 [font.bold]
      9 family = "Roboto Mono"
     10 style = "Bold"
     11 
     12 [font.bold_italic]
     13 family = "Roboto Mono"
     14 style = "Bold Italic"
     15 
     16 [font.italic]
     17 family = "Roboto Mono"
     18 style = "Italic"
     19 
     20 [font.normal]
     21 family = "Roboto Mono"
     22 style = "Regular"