From 7e1543cc0b5be8cd2269da05cc918f552fdb9748 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 20 Feb 2018 01:42:59 -0800 Subject: adjust abc constants of dynamic metrics for samples page --- docs/samples/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/samples') diff --git a/docs/samples/index.html b/docs/samples/index.html index a56b6aa60..69ed90095 100644 --- a/docs/samples/index.html +++ b/docs/samples/index.html @@ -164,11 +164,9 @@ hills. // InterUIDynamicTracking produces tracking in EM for the given font size // function InterUIDynamicTracking(fontSize, weightClass) { - // if (!weightClass) { -- currently unused - // weightClass = 400 - // } + // Note: weightClass is currently unused // - var a = -0.0149, b = 0.298, c = -0.23; + var a = -0.016, b = 0.21, c = -0.18; return a + b * Math.pow(Math.E, (c * fontSize)) } -- cgit v1.2.3