From fceb9d2ae0a972459d961ef86a5500a3b636c23f Mon Sep 17 00:00:00 2001 From: edpibu Date: Tue, 22 Dec 2020 09:25:51 +0100 Subject: [PATCH] Switched font-display to swap for IBM Plex Serif --- fonts/plex/plex37.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fonts/plex/plex37.css b/fonts/plex/plex37.css index fb16f64..3df7602 100644 --- a/fonts/plex/plex37.css +++ b/fonts/plex/plex37.css @@ -2,6 +2,7 @@ font-family: 'IBM Plex Serif'; font-style: normal; font-weight: 700; + font-display: swap; src: local("IBM Plex Serif Bold"), local("IBMPlexSerif-Bold"), url("IBMPlexSerif-Bold.woff2") format("woff2"), @@ -11,6 +12,7 @@ font-family: 'IBM Plex Serif'; font-style: normal; font-weight: 300; + font-display: swap; src: local("IBM Plex Serif Light"), local("IBMPlexSerif-Light"), url("IBMPlexSerif-Light.woff2") format("woff2"),