diff --git a/bedstead-faces.css b/bedstead-faces.css index 11e278a..8b9a6c0 100644 --- a/bedstead-faces.css +++ b/bedstead-faces.css @@ -86,3 +86,17 @@ font-weight: 700; src: url(bedstead-boldultracondensed.otf) format("opentype"); } + +/* + * These settings allow selection of stylistic sets by name: + * font-variant: styleset(saa5051); + * font-variant: styleset(saa5052); + * font-variant: styleset(saa5054); + */ +@font-feature-values Bedstead { + @styleset { + saa5051: 1; + saa5052: 2; + saa5054: 4; + } +}