From b5152175832fdce4370772ffbe6e1f61468b758f Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 6 Aug 2023 17:44:29 +0200 Subject: release assets --- public/static/css/material-icons.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public/static/css') diff --git a/public/static/css/material-icons.css b/public/static/css/material-icons.css index b59e061..a5fb484 100644 --- a/public/static/css/material-icons.css +++ b/public/static/css/material-icons.css @@ -2,12 +2,12 @@ font-family: 'Material Icons'; font-style: normal; font-weight: 400; - src: url(/static/v81/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ + src: url(/static/v82/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), - url(/static/v81/fonts/MaterialIcons-Regular.woff2) format('woff2'), - url(/static/v81/fonts/MaterialIcons-Regular.woff) format('woff'), - url(/static/v81/fonts/MaterialIcons-Regular.ttf) format('truetype'); + url(/static/v82/fonts/MaterialIcons-Regular.woff2) format('woff2'), + url(/static/v82/fonts/MaterialIcons-Regular.woff) format('woff'), + url(/static/v82/fonts/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { -- cgit v1.2.3