From 8c987730fd353dfee356f46fd9859936996da6dc Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Thu, 25 Feb 2021 20:37:21 +0100 Subject: [PATCH] Font display --- public/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/global.css b/public/global.css index fed0084..be47c3e 100644 --- a/public/global.css +++ b/public/global.css @@ -17,6 +17,7 @@ body { @font-face { font-family: 'Times New Roman W'; + font-display: swap; src: url("/times.woff2"); }