From 76bd6763df24b0002a2f7a89de3fe8fcbb9d95e0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 May 2019 17:56:40 +0200 Subject: only show loading animation on links without custom animation --- public/static/css/material-icons.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public/static/css/material-icons.css') diff --git a/public/static/css/material-icons.css b/public/static/css/material-icons.css index 3287b4e..f6adb7c 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/v14/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ + src: url(/static/v15/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), - url(/static/v14/fonts/MaterialIcons-Regular.woff2) format('woff2'), - url(/static/v14/fonts/MaterialIcons-Regular.woff) format('woff'), - url(/static/v14/fonts/MaterialIcons-Regular.ttf) format('truetype'); + url(/static/v15/fonts/MaterialIcons-Regular.woff2) format('woff2'), + url(/static/v15/fonts/MaterialIcons-Regular.woff) format('woff'), + url(/static/v15/fonts/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { -- cgit v1.2.3