From e4682b0978eb731c053859a4f6ad84ffac198653 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 25 Jul 2019 23:10:35 -0400 Subject: [PATCH] Use Comic Code fonts --- config/alacritty/alacritty.yml | 18 +++++++++--------- config/i3/config | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 9c1a802..c6fabef 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -87,42 +87,42 @@ tabspaces: 8 # Font configuration (changes require restart) font: # Normal (roman) font face - #normal: + normal: # Font family # # Default: # - (macOS) Menlo # - (Linux) monospace # - (Windows) Consolas - #family: monospace + family: Comic Code # The `style` can be specified to pick a specific face. #style: Regular # Bold font face - #bold: + bold: # Font family # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: Comic Code # The `style` can be specified to pick a specific face. - #style: Bold + style: Bold # Italic font face - #italic: + italic: # Font family # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: Comic Code # The `style` can be specified to pick a specific face. - #style: Italic + style: Italic # Point size - size: 8.0 + size: 6.0 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/config/i3/config b/config/i3/config index d579737..8f8efc3 100644 --- a/config/i3/config +++ b/config/i3/config @@ -1,6 +1,6 @@ set $mod Mod4 -font pango:DejaVu Sans Mono 12 +font pango:Comic Code Bold 13 exec "setxkbmap -layout dvorak"