quarto-ext / fontawesome

Use Font Awesome icons in HTML and PDF documents.
https://quarto-ext.github.io/fontawesome/
MIT License
107 stars 10 forks source link

Update to 6.5.2 #38

Closed bethanyhgardner closed 1 week ago

bethanyhgardner commented 6 months ago

I needed the Upwork and Bluesky icons that were added in v6.5, so I modified the asset files in my project's installation of the extension, modeling it after the changes in #32. Here it is, in case anyone else needs it! It works for my website, adding both new icons and icons that have existed in previous versions, but I'm not sure if there's a conventional way to test the full set of icons and the various ways to insert them.

cscheid commented 6 months ago

Thanks, @bethanyhgardner, this looks great.

A few questions:

bethanyhgardner commented 6 months ago

Hi,

Ahh, sorry for my delayed response! I just submitted the contributor agreement.

I downloaded the free web version of fontawesome 6.5.2 and cross-referenced the files there with the ones included in this extension (the .ttf and .woff2 files in webfonts/ and all.css in css/). Looking at the font awesome release notes, I'm not sure if the update makes changes to file naming structure that would affect this extension, beyond just adding additional icons.

lnnrtwttkhn commented 4 months ago

Would be lovely to have this merged! Thanks @bethanyhgardner for the PR!

robjhyndman commented 1 week ago

What's holding this PR up? It would be great to have fontawesome updated to the latest version. (I know I can just install the version from @bethanyhgardner.)