From 84bc1a790b43ec25d0ac0ef959aff7686b67f4ac Mon Sep 17 00:00:00 2001 From: Evan Luo Date: Wed, 20 Nov 2024 15:12:47 -0500 Subject: [PATCH] feat(config): disable sharp solid version of FontAwesome icons - Set `sharp_solid` option to false in FontAwesome configuration - This change affects the icon style used throughout the theme --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 50f737e1..4ec4c337 100755 --- a/_config.yml +++ b/_config.yml @@ -109,7 +109,7 @@ fontawesome: # Pro v6.2.1 # Duotone version duotone: false # Sharp Solid version - sharp_solid: true + sharp_solid: false # FONTAWESOME <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end