diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 13:18:49 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 13:18:49 +0100 |
| commit | 36805b8eb111a144a3c201bbed69da5a7ea5bae5 (patch) | |
| tree | 168527a82863fda9fe0dad4398a0c9d6c9bf91f2 /.config | |
| parent | b3782b9b669a965ee849dba3ade8cbc14f8b989f (diff) | |
Removed trailing Mono from font names to fix small Font Awesome icons.
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/foot/foot.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 02f8ff8..7748079 100755 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -8,9 +8,9 @@ # title=foot # locked-title=no -font=GoMono Nerd Font Mono:size=10 -font-bold=GoMono Nerd Font Mono:style=Bold:size=10 -font-italic=GoMono Nerd Font Mono:style=Italic:size=10 +font=GoMono Nerd Font:size=10 +font-bold=GoMono Nerd Font:style=Bold:size=10 +font-italic=GoMono Nerd Font:style=Italic:size=10 # font=monospace:size=8 # font-bold=<bold variant of regular font> |
