You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ss01 | Square diacritical marks ||
71
+
| ss02 | Wide uppercase I ||
72
+
| ss03 | Lowercase l with tail ||
73
+
| ss04 | Lowercase l with top serif ||
74
+
| ss05 | Double-storey a ||
75
+
| ss06 | Double-storey g ||
76
+
| ss07 | Round G ||
77
+
| ss08 | Tabular zero with straight bar ||
78
+
79
+
When using Mona Sans on the web, you can control each stylistic set with the syntax `"ssXX" on/off`, e.g.:
80
+
81
+
```css
82
+
html {
83
+
font-family: 'Mona Sans';
84
+
font-feature-settings: "ss01" on, "ss03" on, "ss05" on; /* Turns on square diacritical marks, small letter L distinct from capital I, and alternative small letter g */
0 commit comments