summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-08-21 11:35:43 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-08-21 11:35:43 +0200
commit8a04cf20c5d6dc577a7de7745cbeb292bf78529d (patch)
treeabec0b23651b13988630486f63977f3018d463d9 /sass
parent73cbb842a4815a36e03d9e0c7243effd568c7bfd (diff)
asset version management
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/app.scss b/sass/app.scss
index 621cb79..d4c9203 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -396,7 +396,7 @@ ul.departures {
font-weight: 400;
src: local('Material Icons'),
local('MaterialIcons-Regular'),
- url(/static/v0/font/MaterialIcons-Regular.ttf) format('truetype');
+ url(/static/v1/font/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {