Fixing fontawesome square-phone icon setting.
This commit is contained in:
2
lib.typ
2
lib.typ
@@ -14,7 +14,7 @@
|
|||||||
#let github-icon = box(
|
#let github-icon = box(
|
||||||
fa-icon("github", fill: color-darknight),
|
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))
|
#let email-icon = box(fa-icon("envelope", fill: color-darknight))
|
||||||
|
|
||||||
/// Helpers
|
/// Helpers
|
||||||
|
|||||||
Reference in New Issue
Block a user