From cf10c5303297e9bd58b5488a857b41990a35363b Mon Sep 17 00:00:00 2001 From: ruidajo Date: Tue, 9 Jul 2024 12:49:17 -0500 Subject: [PATCH] Fixing fontawesome square-phone icon setting. --- lib.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.typ b/lib.typ index 42f5c29..e0800f3 100644 --- a/lib.typ +++ b/lib.typ @@ -14,7 +14,7 @@ #let github-icon = box( fa-icon("github", fill: color-darknight), ) -#let phone-icon = box(fa-icon("square-phone-solid", fill: color-darknight)) +#let phone-icon = box(fa-icon("square-phone", fill: color-darknight)) #let email-icon = box(fa-icon("envelope", fill: color-darknight)) /// Helpers