Skip to content

Commit 0922d61

Browse files
authored
Merge pull request #80 from github/prep-v1.1
Document and prep for v1.1 release
2 parents 8426210 + a794db7 commit 0922d61

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
# Name <email address>
1111

1212
Rosalie Wagner <mail@rosaliewagner.com>
13+
Sebastian Carewe <sebastian.carewe@googlemail.com>

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,43 @@ To reduce [CLS](https://web.dev/cls/), you can preload the font in the `head` of
6161
| ExtraBold Wide | ExtraBold Wide Italic | 800 | 125 |
6262
| Black Wide | Black Wide Italic | 900 | 125 |
6363

64+
## Stylistic sets
65+
66+
Mona Sans has eight stylistic sets:
67+
68+
| Set | Description | Example |
69+
| --- | --- | --- |
70+
| ss01 | Square diacritical marks | ![ss01](https://github.com/user-attachments/assets/18fa3132-6839-4ef9-afd9-c75a082899ef) |
71+
| ss02 | Wide uppercase I | ![ss02](https://github.com/user-attachments/assets/a0de7f9c-f9c0-4583-ac32-a10d25a54328) |
72+
| ss03 | Lowercase l with tail | ![ss03](https://github.com/user-attachments/assets/8594effd-0528-4af9-8c58-0dfba66b2b45) |
73+
| ss04 | Lowercase l with top serif | ![ss04](https://github.com/user-attachments/assets/7c7610a9-947e-45d5-80fc-71849a257d82) |
74+
| ss05 | Double-storey a | ![ss05](https://github.com/user-attachments/assets/d31a11b8-1809-4a34-bbcb-b8b7057ddef0) |
75+
| ss06 | Double-storey g | ![ss06](https://github.com/user-attachments/assets/ca8bef04-68d8-4c36-bfa6-8313d5642a9d) |
76+
| ss07 | Round G | ![ss07](https://github.com/user-attachments/assets/4d5fb045-df90-4dc7-8dbb-3f2a271477df) |
77+
| ss08 | Tabular zero with straight bar | ![ss08](https://github.com/user-attachments/assets/6c54f0eb-0054-4876-a366-1c00d955b89b) |
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 */
85+
}
86+
```
87+
88+
## Ligatures
89+
90+
Mona Sans comes with seven ligatures:
91+
92+
| Ligature | Example |
93+
| --- | --- |
94+
| ff | ![ff](https://github.com/user-attachments/assets/257cf188-808c-4bfc-9087-61dedf4c1e6f) |
95+
| ffi | ![ffi](https://github.com/user-attachments/assets/f7c92ef1-90ef-4bec-9f00-1a4c522e1c73) |
96+
| fy | ![fy](https://github.com/user-attachments/assets/232ead1c-09bd-4567-b17f-9d2651edef63) |
97+
| fi | ![fi](https://github.com/user-attachments/assets/2cd901e4-f077-449d-ad6a-eec683b7f402) |
98+
| fl | ![fl](https://github.com/user-attachments/assets/c0591522-f273-48fd-a0f5-0e2c77df6e9a) |
99+
| ti | ![ti](https://github.com/user-attachments/assets/556aab9f-e8f5-40dd-b8d2-70903d0cab65) |
100+
| tt | ![tt](https://github.com/user-attachments/assets/d0392c30-2b8c-4646-b578-0ae66a328505) |
101+
64102
## License
65103
Mona Sans is licensed under the [SIL Open Font License v1.1](https://scripts.sil.org/OFL).

0 commit comments

Comments
 (0)