fix: corrected ttf location
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 51s

This commit is contained in:
2026-01-12 19:44:22 +01:00
parent 4edb2facc9
commit 50605aef24

View File

@@ -2,7 +2,7 @@
font-family: 'Material Icons'; font-family: 'Material Icons';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url(/static/css/material-icons.ttf) format('truetype'); src: url('material-icons.ttf') format('truetype');
} }
.material-icons { .material-icons {