diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-05-05 20:57:00 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-05-05 20:57:00 -0500 |
| commit | 4c8231e7e3e46f61f4455843300f5d3f01c5a195 (patch) | |
| tree | 28fc13f289c69bd5c28ebf10990c07abc47206ec /src/index.js | |
| parent | 4fda4eef9b58504a1352a777f7d9b6826a26559e (diff) | |
| download | immich-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.js | 1 |
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" |
