From 30f19fb4f27256d1ceb46bc3902c450ebc8d661f Mon Sep 17 00:00:00 2001 From: Dwiferdio Seagal Putra Date: Thu, 13 Aug 2020 12:03:29 +0700 Subject: [PATCH] Fix IBM Plex Mono font is missing in Safari (#1077) * fix IBM Plex Mono font not loaded in Safari web browser * revert other attributes except font-style in @font-face --- components/style/Font.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/Font.js b/components/style/Font.js index d9caf07..82f5adf 100644 --- a/components/style/Font.js +++ b/components/style/Font.js @@ -76,7 +76,6 @@ export default () => ( @font-face { font-family: 'IBM Plex Mono'; font-display: swap; - font-style: italic; font-weight: 500; src: local('IBM Plex Mono Medium Italic'), local('IBMPlexMono-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexmono/v2/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlR1gMoQPttozw.woff2)