Mobile app version of vmapp.org
Login or Join
Shanna688

: Using OpenType Stylistic Sets in Squarespace via CSS I would like to use characters from a certain typeface's Stylistic Sets, but can't figure out how to do so with CSS. Specifically, I'm trying

@Shanna688

Posted in: #Css #Opentype #Typefaces

I would like to use characters from a certain typeface's Stylistic Sets, but can't figure out how to do so with CSS. Specifically, I'm trying to apply these characters within text blocks on a Squarespace site. I've tried using the Unicode Hex numbers, but they only work for certain characters - what is the correct way to call out these glyphs and characters with CSS? I have very basic HTML/CSS knowledge, so it's been a challenge to figure it out. I found this on Adobe's site, but added into my Squarespace site's CSS to no avail:

.class {
-moz-font-feature-settings: "ss01";
-webkit-font-feature-settings: "ss01";
font-feature-settings: "ss01";
}


I should note that I have a custom font installed, and was able to add all the necessary font files without a problem, and it is being rendered properly on the site. It's just the glyphs/stylistic alternates that I need to add.

Any help is much appreciated!

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Shanna688

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme