1
0
Fork 0
mirror of synced 2024-05-17 11:03:33 +12:00

Make font-feature-settings syntax a little shorter

According to the [spec](https://drafts.csswg.org/css-fonts-3/#propdef-font-feature-settings), they mean the same.
> If the value is omitted, a value of 1 is assumed. 

Tested on IE 10, IE 11 and Edge with no problem.
This commit is contained in:
drify 2019-10-18 08:48:55 +01:00 committed by Nikita Prokopov
parent 309719815c
commit 11137f8079

View file

@ -158,7 +158,7 @@ font-family: 'Fira Code', monospace;
```
- IE 10+, Edge: enable with `font-feature-settings: "calt" 1;`
- IE 10+, Edge: enable with `font-feature-settings: "calt";`
- Firefox
- Safari
- Chromium-based browsers (Chrome, Opera)