From 4390a9eca23f6212ccb417b702e4fe00814ae3c6 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 8 May 2026 16:44:51 +0200 Subject: [PATCH] fixing paths for impact font file --- public/s/css/meme-creator.css | 2 +- views/meme-creator.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/s/css/meme-creator.css b/public/s/css/meme-creator.css index 9195d2d..ecfd276 100644 --- a/public/s/css/meme-creator.css +++ b/public/s/css/meme-creator.css @@ -1,6 +1,6 @@ @font-face { font-family: 'Impact'; - src: url('/s/impact.woff') format('woff'); + src: url('/s/fonts/impact.woff') format('woff'); } /* Meme Creator Styles */ diff --git a/views/meme-creator.html b/views/meme-creator.html index a78afb3..1508eef 100644 --- a/views/meme-creator.html +++ b/views/meme-creator.html @@ -3,7 +3,7 @@
- +