Skip to content
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

Feature/new style names #9

Merged

Conversation

MaximVanhove
Copy link

This PR adds support for the new FA6 styles as mentioned in issue #7

Newly added styles:

<i class="fat fa-file"></i>
<i class="fa-thin fa-file"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-duotone fa-file"></i>
<i class="fa-light fa-file"></i>
<i class="fa-regular fa-file"></i>
<i class="fa-solid fa-file"></i>
<i class="fa-sharp fa-light fa-file"></i>
<i class="fa-sharp fa-regular fa-file"></i>
<i class="fa-sharp fa-solid fa-file"></i>
<i class="fasl fa-file"></i>
<i class="fasr fa-file"></i>
<i class="fass fa-file"></i>

Note that this PR contains the same changes from PR #8 so that PR should be merged first.

@husseinalhammad husseinalhammad merged commit 79f8413 into husseinalhammad:master Jul 9, 2023
@husseinalhammad husseinalhammad linked an issue Jul 9, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support new style class names
2 participants