diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-29 20:55:52 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-29 20:55:52 +0200 |
commit | 7ecd5baf4140272e06623e2724234d7b9e4d2f5a (patch) | |
tree | 79dd6b3cf771e322e39fefbe101eeed56d0b7ca8 /public/static/css | |
parent | 203e39dc90407fe166fb9c4339a7f6a0b640eddb (diff) |
release assets4.17.0
Diffstat (limited to 'public/static/css')
-rw-r--r-- | public/static/css/material-icons.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/static/css/material-icons.css b/public/static/css/material-icons.css index e44bbe1..3706d9b 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/v84/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ + src: url(/static/v85/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), - url(/static/v84/fonts/MaterialIcons-Regular.woff2) format('woff2'), - url(/static/v84/fonts/MaterialIcons-Regular.woff) format('woff'), - url(/static/v84/fonts/MaterialIcons-Regular.ttf) format('truetype'); + url(/static/v85/fonts/MaterialIcons-Regular.woff2) format('woff2'), + url(/static/v85/fonts/MaterialIcons-Regular.woff) format('woff'), + url(/static/v85/fonts/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { |