-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: fontawesome 6 #969
feat: fontawesome 6 #969
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM? Wild that the snap needed updating
Thanks! I had to update the text to change how the fa stuff would work :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had a few questions, but otherwise these changes look good to me! 🤘
@@ -102,7 +102,7 @@ | |||
} | |||
@mixin calloutCustomIcons($R: callout) { | |||
--emoji: 1em; | |||
--icon-font: FontAwesome; | |||
--icon-font: var(--fa-style-family, 'Font Awesome 6 Pro'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, will this --fa-style-family
var allow users to customize the FontAwesome style automagically? And if so, why do we need to add the extra class elsewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! This is one way you can customize the icon style, but it would apply across all uses of FA. Would make it harder to mix-and-match. It’s also probably lesser known, since they don’t make it very prominent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sick, so much cleaner than having to add a million extra classes.
This PR was released!🚀 Changes included in v7.6.0 |
## Version 7.6.6 ### 🛠 Fixes & Updates * accordion toggle icon ([#985](#985)) ([90bf6e6](90bf6e6)), closes [/github.com//pull/969/files#diff-909b2e4084c67e1c9a9d120d5421457bc8d4bd0d822396205a76e4eff3439841](https://github.com/readmeio//github.com/readmeio/markdown/pull/969/files/issues/diff-909b2e4084c67e1c9a9d120d5421457bc8d4bd0d822396205a76e4eff3439841) * image captions ([#986](#986)) ([0db3627](0db3627)) <!--SKIP CI-->
🧰 Changes
Should be able to have this go live before the
readme
changes. Keeping the (no longer used).fa
classes should be enough for backwards compatibility.🧬 QA & Testing