Offline FontAwesome Binding for Typst.
- Download the fasvg latest desktop version from FontAwesome Official Site, unzip it into your workspace folder, and rename it as
fasvg
. - Download the
fasvg.typ
file, and place it into your workspace folder as well. - Import it into your Typst file, and use it with
fa()
function like the following example
#import "fasvg": *
#fa("brand-amazon-pay")
You can also customize the icon like this
#import "fasvg": *
#fa(
"brand-amazon-pay",
baseline: 0.25em,
height: 1.0em,
width: 1.5em)
Checkup manual for more details.
- update fasvg to v6.5.1
- change naming pattern
- update fasvg to v6.4.2
- change naming pattern
- update structures
- enable customization
- initial release
- add fasvg v6.4.0