summaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-05-05 20:57:00 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-05-05 20:57:00 -0500
commit4c8231e7e3e46f61f4455843300f5d3f01c5a195 (patch)
tree28fc13f289c69bd5c28ebf10990c07abc47206ec /src/index.js
parent4fda4eef9b58504a1352a777f7d9b6826a26559e (diff)
downloadimmich-frame-4c8231e7e3e46f61f4455843300f5d3f01c5a195.tar.xz
immich-frame-4c8231e7e3e46f61f4455843300f5d3f01c5a195.zip
add overpass font and put text under anchor
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index cac7bf4..c7e5885 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,3 +1,4 @@
+import "@fontsource/overpass"
import "./style.css"
import ImmichConnector from "./immich.js"
import Page from "./pages.js"