From 4a8d18cdee2d0a11feb639e7f19d6f7df07cec83 Mon Sep 17 00:00:00 2001 From: Mihyaeru Date: Tue, 13 Nov 2018 00:20:44 +0900 Subject: Fix macos config bold font documentation --- alacritty_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 355f21cf..be03fee8 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -85,7 +85,7 @@ font: # The `style` can be specified to pick a specific face. #style: Regular - # Italic font face + # Bold font face bold: family: Menlo # The `style` can be specified to pick a specific face. -- cgit