From 11137f8079bae2ce68c4981dc61bc7601b699530 Mon Sep 17 00:00:00 2001 From: drify Date: Fri, 18 Oct 2019 08:48:55 +0100 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a553e74..8e3fe70 100644 --- a/README.md +++ b/README.md @@ -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)