Font features

Font features are usually listed in a document called Specimen

Beausite

...

12345123114584411
7890178901908871

Beausite mono

.mono {font-feature-settings: "tnum";}

123451231145844
789011111433451

Roobert

...

Salt

Roobert Stylistic Set

.ffs1 {font-feature-settings: 'ss01'}

Salt

Roobert

...

Egg

Roobert Stylistic Set

.ffs2 {font-feature-settings: 'ss02'}

Egg

Roobert

...

Sync

Roobert Stylistic Set

.ffs3 {font-feature-settings: 'ss03'}

Sync

Roobert

...

„Cz“

Roobert Stylistic Set

.ffs5 {font-feature-settings: 'ss05'}

„Cz“

Roobert

...

1988

Roobert Stylistic Set

.ffs6 {font-feature-settings: 'ss06'}

1988

Roobert

...

KOONS
Book
ETT
The Times

Roobert ligatures

.liga {font-variant-ligatures: discretionary-ligatures;}

KOONS
Book
ETT
The Times

Roobert

...

7/8 10/36

Roobert Fractions

.fffrac { font-feature-settings: "frac"; }

7/8 10/36

Roobert

...

Empty
Full
Low

Roobert title alternate

.fftitl { font-feature-settings: "titl"; }

Empty
Full
Low

Roobert

...

Offline
Official

Roobert Ligatures off

.of-liga--off { font-feature-settings: "liga" 0, "clig" 0; }

Offline
Official

Span Script test

This script look for strings of characters and wrap them into a <span> with the desired class to activate a font feature on the span only.

<script>
$(document).ready(function(){
 $('.ligatures').each(function(){
   $(this).html($(this).html().replace(/oo|OO|tt|TT|Th/g, '<span class="liga">$&</span>'));
   $(this).html($(this).html().replace(/8/g, '<span class="ffs6">$&</span>'));
 });
});
</script>

Normal

KOONS
Book
ETT
The Times
1988

.ligatures with features

KOONS
Book
ETT
The Times
1988

🎉

Vincent Bidaux @vinchubang

December 16th 2022

Welcome to Flow Party!

Fonts & Unicorns

Clone this website (soon)

→ Join us on the FigJam

Typographic vertical rhythmColor fontsLayered fontsFont featuresVariable fonts axis demoVariable font IX demo