From 5e89f2375016a0ec2efe3c5c0f53ba1f2e9f8c5d Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Sun, 6 Feb 2022 20:52:48 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20Added=20font=20swap=20disp?= =?UTF-8?q?lay=20for=20the=20font=20faces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylesheet.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index 22c1610..090adbf 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -1,11 +1,13 @@ @font-face { font-family: 'Manrope'; src: url('assets/fonts/Manrope-VariableFont_wght.ttf') format('truetype'); + font-display: swap; } @font-face { font-family: 'Overpass'; src: url('assets/fonts/OverpassMono-VariableFont_wght.ttf') format('truetype'); + font-display: swap; } * {