From b8376eb39be95aa6e1f7aa246dfac220d5271247 Mon Sep 17 00:00:00 2001 From: Leif Arne Storset Date: Sat, 19 Dec 2015 17:15:03 +0100 Subject: [PATCH] Chromium instructions in README Chromium has a spec violation regarding `font-variant-ligatures`, so provide instructions and a bug tracker ref. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e1fb8a9..54da12c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,12 @@ Should work (copied from [Hasklig README](https://github.com/i-tu/Hasklig)): - Smultron - Vico +### Browser support +- Firefox +- Chromium-based browsers: due to a spec violation (issue [571246](https://code.google.com/p/chromium/issues/detail?q=font-variant-ligatures&id=571246&thanks=571246&ts=1450553433&)) you must explicitly enable contextual alternates in your stylesheet: + `font-variant-ligatures: contextual;` + ### Code examples Ruby: