From 9df3329847f3939dc1242136e19746613fb83c4b Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Sun, 17 Mar 2024 18:44:36 +0100 Subject: [PATCH] Shorter filename for icon font --- src/lib/style/app.scss | 4 ++-- ...{subset-orangeclock-icons.woff => oc-icons.woff} | Bin ...ubset-orangeclock-icons.woff2 => oc-icons.woff2} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename static/{subset-orangeclock-icons.woff => oc-icons.woff} (100%) rename static/{subset-orangeclock-icons.woff2 => oc-icons.woff2} (100%) 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