From 2764b0006200a527babe1d19ed9ac5ee1b4eabcd Mon Sep 17 00:00:00 2001 From: Nikurasu Date: Tue, 28 Mar 2023 18:14:40 +0200 Subject: [PATCH] Changed Fonts --- README.md | 6 +++++- alacritty/alacritty.yml | 4 ++-- awesome/theme.lua | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c65166b..70a1c2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Nikus Dotfiles ## Note for env.shell.example -Copy it and rename it to .env.sh. Don't commit one with your environment variables, that variables are secret keys \ No newline at end of file +Copy it and rename it to .env.sh. Don't commit one with your environment variables, that variables are secret keys + +## Fonts used +- [Inter](https://github.com/rsms/inter) as System Font +- [Hack Nerd Font](https://www.programmingfonts.org/#hack) as Terminal font diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index adecebe..a497b6f 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -119,7 +119,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: 'FantasqueSansMono Nerd Font Mono' + family: 'Hack Nerd Font Mono' # The `style` can be specified to pick a specific face. #style: Regular @@ -158,7 +158,7 @@ font: #style: Bold Italic # Point size - size: 13.0 + size: 12.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 diff --git a/awesome/theme.lua b/awesome/theme.lua index 2948ca9..c54db57 100644 --- a/awesome/theme.lua +++ b/awesome/theme.lua @@ -11,7 +11,7 @@ local themes_path = gfs.get_themes_dir() local theme = {} -theme.font = "sans 8" +theme.font = "Inter 10" theme.bg_normal = "#222222" theme.bg_focus = "#535d6c"