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