Last active
October 17, 2024 14:17
-
-
Save myfonj/d9ba0e791128b8d757d04c41ea951757 to your computer and use it in GitHub Desktop.
font-feature-values styleset test for Arial and Verdana
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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