From ba424d4c08ccd7ed8376c33b945f77d563ae000d Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 3 Feb 2019 15:15:15 -0800 Subject: adds capital G with spur --- docs/index.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/index.css') diff --git a/docs/index.css b/docs/index.css index e0a1fc28c..274884322 100644 --- a/docs/index.css +++ b/docs/index.css @@ -286,6 +286,13 @@ tablex out.cv09 { -webkit-font-feature-settings: 'calt' 1, 'cv09' 1; font-feature-settings: 'calt' 1, 'cv09' 1; } +tablex out.cv10 { + -moz-font-feature-settings: 'calt' 1, 'cv10' 1; + -ms-font-feature-settings: 'calt' 1, 'cv10' 1; + -o-font-feature-settings: 'calt' 1, 'cv10' 1; + -webkit-font-feature-settings: 'calt' 1, 'cv10' 1; + font-feature-settings: 'calt' 1, 'cv10' 1; +} boxes.features box h3 + p { margin-top:0.5em; -- cgit v1.2.3