From 786b76a86849dce193638e4e992188d2ec7e53d0 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 4 Aug 2024 21:56:40 -0400 Subject: [PATCH] fix file paths --- src/style/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/main.css b/src/style/main.css index 5051e60..9bf43a8 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -1,6 +1,6 @@ @font-face { font-family: iosevka-light; - src: url('./fonts/iosevka_ttf/iosevka-light.ttf'); + src: url('/src/fonts/iosevka_ttf/iosevka-light.ttf'); } html{ @@ -18,7 +18,7 @@ html{ body { /* background: #263238; */ - background-image: url('./bg.jpg'); + background-image: url('/src/backgrounds/bg1.jpg'); background-size: cover; background-position: center; color: #ffa31a;