From edbbcbc805ed21b676f00f73a57adfda7017dfd7 Mon Sep 17 00:00:00 2001 From: B <45669613+Hahlh@users.noreply.github.com> Date: Fri, 18 Sep 2020 10:55:26 +0200 Subject: [PATCH] Fixed empty font-style Added "normal" as font-style as no value was provided. --- packages/gidole/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gidole/index.css b/packages/gidole/index.css index 981e944d9..3012dad2f 100644 --- a/packages/gidole/index.css +++ b/packages/gidole/index.css @@ -1,7 +1,7 @@ /* gidole-400 - latin */ @font-face { font-family: 'Gidole'; - font-style: ; + font-style: normal; font-weight: 400; src: url('./files/gidole-400.eot'); /* IE9 Compat Modes */ src: local('Gidole Regular normal'), local('Gidole-Regularnormal'),