For further actions, you may consider blocking this person and/or reporting abuse
Read next
Variable Fonts for Dynamic Typography
Katerina Braide -
How to Create a Magical Christmas Scene with Animated Snowflakes and Santa in JavaScript
Gladiators Battle -
How to add a radial gradient around the mouse cursor on the background of a page in Vue.js
Alessandro Rabitti -
Color Palette is served with ShadCn Theme Editor
Giuliano1993 -
Top comments (3)
The old
font-variant
from CSS 2 only allowed you to have text with lower case capitals. The new one in CSS 3 also allows you to activate OpenType features on fonts. The font has to include support for the feature for it to work.From the spec
Thought so, but initially I believed that the possibilities would be all the same for every font family independently of the OpenType features available for the typeface itself. I guess the next question should be "Explain OpenType features like I'm five", just kidding! 😂
Thanks a ton!
The OpenType features I linked above visually shows what different features do if the fonts support them.
typofonderie.com/font-support/open...