Skip to content

Instantly share code, notes, and snippets.

@myfonj
Last active October 17, 2024 14:17
Show Gist options
  • Save myfonj/d9ba0e791128b8d757d04c41ea951757 to your computer and use it in GitHub Desktop.
Save myfonj/d9ba0e791128b8d757d04c41ea951757 to your computer and use it in GitHub Desktop.
font-feature-values styleset test for Arial and Verdana
/* font-feature-values styleset test for Arial and Verdana */
@font-feature-values Arial { @styleset {slabbed-I: 1; } }
@font-feature-values Verdana { @styleset { slabless-I: 1; } }
<figure style="font-variant-alternates: styleset(slabbed-I);"><figcaption>"Slabbed" <samp>I</samp> in Arial:</figcaption>
<mark><samp style="font-family: Arial;">I</samp></mark>
<samp style="font-family: Verdana;">I</samp>
</figure>
<figure style="font-variant-alternates: styleset(slabless-I);"><figcaption>"Slab-less" <samp>I</samp> in Verdana:</figcaption>
<samp style="font-family: Arial;">I</samp>
<mark><samp style="font-family: Verdana;">I</samp></mark>
</figure>
<figure><figcaption>Default:</figcaption>
<samp style="font-family: Arial;">I</samp>
<samp style="font-family: Verdana;">I</samp>
</figure>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment