From 44630776ffe3aee718a4f99f54476fd6a8627912 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 9 Nov 2019 14:57:14 -0500 Subject: [PATCH] Make font-weight 400, add to stylesheet --- site/content/examples/12-svg/05-svg-transitions/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/examples/12-svg/05-svg-transitions/App.svelte b/site/content/examples/12-svg/05-svg-transitions/App.svelte index 61f4c7e6ea..6e1e636b20 100644 --- a/site/content/examples/12-svg/05-svg-transitions/App.svelte +++ b/site/content/examples/12-svg/05-svg-transitions/App.svelte @@ -33,7 +33,7 @@ font-family: 'Overpass'; letter-spacing: 0.12em; color: #676778; - font-weight: 600; + font-weight: 400; } .centered span { @@ -71,4 +71,4 @@ toggle me - \ No newline at end of file +