From de6e8fa18ef4f45804fabee2879609d46a2ef8e3 Mon Sep 17 00:00:00 2001 From: edpibu Date: Tue, 22 Dec 2020 10:01:47 +0100 Subject: [PATCH] Fixed font preloading --- fonts/inter/inter48.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fonts/inter/inter48.css b/fonts/inter/inter48.css index 03e6312..a2567b5 100644 --- a/fonts/inter/inter48.css +++ b/fonts/inter/inter48.css @@ -4,8 +4,8 @@ font-weight: 400; font-display: swap; src: local("Inter Regular"), - url("Inter-Regular.woff2?v=3.15") format("woff2"), - url("Inter-Regular.woff?v=3.15") format("woff"); + url("Inter-Regular.woff2") format("woff2"), + url("Inter-Regular.woff") format("woff"); } @font-face { font-family: 'Inter'; @@ -13,6 +13,6 @@ font-weight: 800; font-display: swap; src: local("Inter Extra Bold"), - url("Inter-ExtraBold.woff2?v=3.15") format("woff2"), - url("Inter-ExtraBold.woff?v=3.15") format("woff"); + url("Inter-ExtraBold.woff2") format("woff2"), + url("Inter-ExtraBold.woff") format("woff"); } \ No newline at end of file