Skip to content

Commit 77e6f5e

Browse files
Adding Mono wdth table and overview image
1 parent 68f1176 commit 77e6f5e

1 file changed

Lines changed: 7 additions & 19 deletions

File tree

README.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ If you want to access the whole design space, use `MonaSansVF[wdth,wght,opsz,ita
2222
url('MonaSansVF[wdth,wght,opsz,ital].woff2') format('woff2-variations');
2323
font-weight: 200 900;
2424
font-stretch: 75% 125%;
25-
font-style: normal;
26-
font-optical-sizing: auto;
27-
}
28-
29-
@font-face {
30-
font-family: 'Mona Sans VF';
31-
src:
32-
url('MonaSansVF[wdth,wght,opsz,ital].woff2') format('woff2 supports variations'),
33-
url('MonaSansVF[wdth,wght,opsz,ital].woff2') format('woff2-variations');
34-
font-weight: 200 900;
35-
font-stretch: 75% 125%;
36-
font-style: italic;
3725
font-optical-sizing: auto;
3826
}
3927

@@ -42,8 +30,6 @@ html {
4230
}
4331
```
4432

45-
Chromium-based browsers require two separate `@font-face` declarations (one with `font-style: normal`, one with `font-style: italic`) for the italic axis to work correctly.
46-
4733
Mona Sans includes an optical size axis (`opsz`) that automatically adjusts the font's design for optimal readability at different sizes. The optical size range spans from 1 to 100, where smaller values (1-20) are optimized for body text with improved readability, while larger values (21-100) are designed for display use with refined details and tighter spacing. When `font-optical-sizing: auto` is set, browsers will automatically select the appropriate optical size based on the font size, or you can manually control it using `font-variation-settings: "opsz" [value]`. That looks like this:
4834

4935
```css
@@ -62,9 +48,6 @@ To reduce [CLS](https://web.dev/cls/), you can preload the font in the `head` of
6248
<link rel="preload" href="MonaSansVF[wdth,wght,opsz,ital].woff2" as="font" type="font/woff2" crossorigin>
6349
```
6450

65-
Or you can use one of the other variable font files, which cover small portions of the design space. For example, if you're only using the regular width weights and the italic styles, you can use the `MonaSansVF[wght,opsz,ital]` file instead.
66-
67-
6851
## Stylistic sets
6952

7053
Mona Sans has ten stylistic sets:
@@ -130,9 +113,9 @@ With the newly added monospace, display, and display italic styles, Mona Sans' d
130113
| - | 72 | Display |
131114

132115

133-
### Mona Sans Monospace Styles
116+
### Mona Sans Mono Styles
134117

135-
![mona-mono](https://github.com/user-attachments/assets/dd55d2ac-8ba4-4126-89e3-6b125b090fc7)
118+
![mona-sans-mono](https://github.com/user-attachments/assets/c627ca73-a4c5-483a-b95d-cbe0b07f5a23)
136119

137120
| Family or Axes | Mapping | Styles |
138121
| --- | --- | --- |
@@ -144,6 +127,11 @@ With the newly added monospace, display, and display italic styles, Mona Sans' d
144127
| - | 700 | Bold |
145128
| - | 800 | ExtraBold |
146129
| - | 900 | Black |
130+
| Width (wdth) | 75 | Condensed |
131+
| - | 87.5 | SemiCondensed |
132+
| - | 100 | - |
133+
| - | 112.5 | SemiExpanded |
134+
| - | 125 | Expanded |
147135

148136
## License
149137
Mona Sans is licensed under the [SIL Open Font License v1.1](https://scripts.sil.org/OFL).

0 commit comments

Comments
 (0)