Skip to content

Commit

Permalink
Merge pull request #90 from chxp/newa
Browse files Browse the repository at this point in the history
fix: allow font awesome icon in heading
DeveloperPaul123 authored Jan 14, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 7eb7122 + cee8db8 commit abe80fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib.typ
Original file line number Diff line number Diff line change
@@ -260,7 +260,7 @@
} else {
color-darkgray
}
#text[#strong[#text(color)[#it.body.text]]]
#text[#strong[#text(color)[#it.body]]]
#box(width: 1fr, line(length: 100%))
]

@@ -632,7 +632,7 @@
)

#align(left)[
#text[#strong[#text(accent-color)[#it.body.text]]]
#text[#strong[#text(accent-color)[#it.body]]]
#box(width: 1fr, line(length: 100%))
]
]

0 comments on commit abe80fa

Please sign in to comment.