diff --git a/src/lib/style/app.scss b/src/lib/style/app.scss
index e6d4482..e92c287 100644
--- a/src/lib/style/app.scss
+++ b/src/lib/style/app.scss
@@ -7,8 +7,8 @@
 @font-face {
 	font-family: 'orangeclock-icons';
 	src:
-		url('/subset-orangeclock-icons.woff2') format('woff2'),
-		url('/subset-orangeclock-icons.woff') format('woff');
+		url('/oc-icons.woff2') format('woff2'),
+		url('/oc-icons.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
 	font-display: swap;
diff --git a/static/subset-orangeclock-icons.woff b/static/oc-icons.woff
similarity index 100%
rename from static/subset-orangeclock-icons.woff
rename to static/oc-icons.woff
diff --git a/static/subset-orangeclock-icons.woff2 b/static/oc-icons.woff2
similarity index 100%
rename from static/subset-orangeclock-icons.woff2
rename to static/oc-icons.woff2