From 822a460a75eee55e9e81c4bade5602d031fb8058 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 26 Aug 2021 13:14:16 +0200 Subject: [PATCH] =?UTF-8?q?:racehorse:=20utilise=20les=20polices=20syst?= =?UTF-8?q?=C3=A8me=20en=20attendant=20le=20chargement=20des=20polices?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mon-entreprise/source/components/ui/Fonts.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mon-entreprise/source/components/ui/Fonts.css b/mon-entreprise/source/components/ui/Fonts.css index 1e94f39f7..f1d97215c 100644 --- a/mon-entreprise/source/components/ui/Fonts.css +++ b/mon-entreprise/source/components/ui/Fonts.css @@ -7,6 +7,7 @@ url('/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + font-display: swap; } /* roboto-italic - latin */ @@ -18,6 +19,7 @@ url('/fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/roboto-v20-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + font-display: swap; } /* roboto-500 - latin */ @@ -29,6 +31,7 @@ url('/fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/roboto-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + font-display: swap; } /* montserrat-600 - latin */ @@ -40,4 +43,5 @@ url('/fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/montserrat-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + font-display: swap; }