From 5dd2d9d6283a6952bb20f30edc5960c192847ecc Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Sun, 20 Dec 2015 13:20:33 +0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddac47f..019a9e3 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ Should work (copied from [Hasklig README](https://github.com/i-tu/Hasklig)): ### 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;` +- Safari +- Chromium-based browsers: enable with `font-variant-ligatures: contextual;` or `text-rendering: optimizeLegibility` (see [571246](https://code.google.com/p/chromium/issues/detail?q=font-variant-ligatures&id=571246&thanks=571246&ts=1450553433&)) ### Code examples