From da34ec2e4a6fb5534c8d0f103a29cf8ba361b774 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 20 Jun 2025 18:49:43 +0200 Subject: geolocation.js: It's an accident that this ever worked to begin with --- 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 3c1b3a7..ad59f3a 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/v94/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ + src: url(/static/v95/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), - url(/static/v94/fonts/MaterialIcons-Regular.woff2) format('woff2'), - url(/static/v94/fonts/MaterialIcons-Regular.woff) format('woff'), - url(/static/v94/fonts/MaterialIcons-Regular.ttf) format('truetype'); + url(/static/v95/fonts/MaterialIcons-Regular.woff2) format('woff2'), + url(/static/v95/fonts/MaterialIcons-Regular.woff) format('woff'), + url(/static/v95/fonts/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { -- cgit v1.2.3