-
Notifications
You must be signed in to change notification settings - Fork 70
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: ligatures #174
Comments
ligatures? Do you mean class? |
Let me explain what I want to do:
So I can use my html tag just like this:
also this:
But I want to achive this:
As I researched correctly this is solved with creating ligatures. Those are added in the "gsub"(?) part of the *.tff and *.woff |
I think you can use custom css template for this case and generate own css |
Well, IMHO it's not done with just creating css. The text has to be rendered into the icon.. |
@lswug You can send a PR 👍 |
Check out Ligatures for more information. |
@jimmyandrade this has long been released since, correct? In that case, the issue can be closed? |
@lehni yes, it can be closed. Thanks for helping me to remind it! |
Hey,
is it possible to set custom ligatures?
So that my html can look like this:
<span class="fontclass">iconname</span>
The text was updated successfully, but these errors were encountered: