From be854582e8c36a3dbe7f0449706a621d0ad6d973 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sat, 29 Jun 2019 16:25:24 -0400 Subject: [PATCH] add font-display css --- site/static/global.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/static/global.css b/site/static/global.css index 6c84f1abee..14e4e0a0c0 100644 --- a/site/static/global.css +++ b/site/static/global.css @@ -79,6 +79,7 @@ body { font-family: 'Overpass'; font-style: normal; font-weight: 300; + font-display: fallback; src: local('Overpass Light '), local('Overpass-Light'), @@ -90,6 +91,7 @@ body { font-family: 'Overpass'; font-style: normal; font-weight: 600; + font-display: fallback; src: local('Overpass Bold '), local('Overpass-Bold'), @@ -101,6 +103,7 @@ body { font-family: 'Fira Mono'; font-style: normal; font-weight: 400; + font-display: fallback; src: local('Fira Mono Regular '), local('Fira Mono-Regular'),