css: attempt to add custom font

This commit is contained in:
2026-02-24 06:06:40 -06:00
parent 0b367bba27
commit 39b848b126
8 changed files with 157 additions and 4 deletions
+1
View File
@@ -16,6 +16,7 @@ WORKDIR /usr/share/nginx/html
COPY index.html .
COPY default.css .
COPY pages/ .
COPY assets/ .
RUN mkdir -p /usr/share/nginx/html/public