Commit 8767f6e
committed
Don't include Inter in default font stack
I still want to explore this again in the near future but there are some trade-offs that I need to think about more before I actually put this into a proper release and make it impossible to revert without a major version update.
The main one that I literally just ran into is that if the end user has an old version of Inter installed locall (say one from before Inter had light weights), things can look pretty bad.1 parent ce6ad1e commit 8767f6e
4 files changed
Lines changed: 13 additions & 14 deletions
File tree
- __tests__/fixtures
- src/plugins/css
- stubs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| |||
3675 | 3675 | | |
3676 | 3676 | | |
3677 | 3677 | | |
3678 | | - | |
| 3678 | + | |
3679 | 3679 | | |
3680 | 3680 | | |
3681 | 3681 | | |
| |||
13948 | 13948 | | |
13949 | 13949 | | |
13950 | 13950 | | |
13951 | | - | |
| 13951 | + | |
13952 | 13952 | | |
13953 | 13953 | | |
13954 | 13954 | | |
| |||
24222 | 24222 | | |
24223 | 24223 | | |
24224 | 24224 | | |
24225 | | - | |
| 24225 | + | |
24226 | 24226 | | |
24227 | 24227 | | |
24228 | 24228 | | |
| |||
34496 | 34496 | | |
34497 | 34497 | | |
34498 | 34498 | | |
34499 | | - | |
| 34499 | + | |
34500 | 34500 | | |
34501 | 34501 | | |
34502 | 34502 | | |
| |||
44770 | 44770 | | |
44771 | 44771 | | |
44772 | 44772 | | |
44773 | | - | |
| 44773 | + | |
44774 | 44774 | | |
44775 | 44775 | | |
44776 | 44776 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| |||
3675 | 3675 | | |
3676 | 3676 | | |
3677 | 3677 | | |
3678 | | - | |
| 3678 | + | |
3679 | 3679 | | |
3680 | 3680 | | |
3681 | 3681 | | |
| |||
13948 | 13948 | | |
13949 | 13949 | | |
13950 | 13950 | | |
13951 | | - | |
| 13951 | + | |
13952 | 13952 | | |
13953 | 13953 | | |
13954 | 13954 | | |
| |||
24222 | 24222 | | |
24223 | 24223 | | |
24224 | 24224 | | |
24225 | | - | |
| 24225 | + | |
24226 | 24226 | | |
24227 | 24227 | | |
24228 | 24228 | | |
| |||
34496 | 34496 | | |
34497 | 34497 | | |
34498 | 34498 | | |
34499 | | - | |
| 34499 | + | |
34500 | 34500 | | |
34501 | 34501 | | |
34502 | 34502 | | |
| |||
44770 | 44770 | | |
44771 | 44771 | | |
44772 | 44772 | | |
44773 | | - | |
| 44773 | + | |
44774 | 44774 | | |
44775 | 44775 | | |
44776 | 44776 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | 227 | | |
229 | 228 | | |
230 | 229 | | |
| |||
0 commit comments