From b0896eb62d7e1261a50c639ff7ea6d5cccb0a15b Mon Sep 17 00:00:00 2001 From: D4708 Date: Mon, 3 May 2021 01:49:37 +0300 Subject: [PATCH] disable not existing woff2 (todo) --- css/font.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/font.css b/css/font.css index b6987d9..aae28d0 100644 --- a/css/font.css +++ b/css/font.css @@ -2,7 +2,7 @@ font-family: 'Roboto-Regular'; src: url('/font/roboto/regular.eot'); src: url('/font/roboto/regular.eot?#iefix') format('embedded-opentype'), - url('/font/roboto/regular.woff2') format('woff2'), + /*url('/font/roboto/regular.woff2') format('woff2'), @TODO */ url('/font/roboto/regular.woff') format('woff'), url('/font/roboto/regular.ttf') format('truetype'), url('/font/roboto/regular.svg#robotolight') format('svg');