This is a good example of why `font-variant` was introduced, so you can tell the browser your intent, not what low level feature should be on.
This is a good example of why `font-variant` was introduced, so you can tell the browser your intent, not what low level feature should be on.
I created FontJit because I really need 107% full control, and do stuff like kicking off animations or transitions. The use case is very much sites in the "font world", not so much "regular sites", so that might be a bit too esoteric.
I created FontJit because I really need 107% full control, and do stuff like kicking off animations or transitions. The use case is very much sites in the "font world", not so much "regular sites", so that might be a bit too esoteric.
With the Fondue coming out of beta *finally* this month, I toyed with the idea of making quick videos, dropping fonts in the fondue and showing different aspects and features and the CSS. But you do it a lot better than I could!
With the Fondue coming out of beta *finally* this month, I toyed with the idea of making quick videos, dropping fonts in the fondue and showing different aspects and features and the CSS. But you do it a lot better than I could!
Icons mapped to characters (that don't match the icon's design!) is bad practice anyway. Either map them to Unicode's PUA, or use the Unicode value if it exists.
Icons mapped to characters (that don't match the icon's design!) is bad practice anyway. Either map them to Unicode's PUA, or use the Unicode value if it exists.