From 8b436521502040ba64b047cf0f6cd1d3303145b2 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 15 Sep 2021 20:31:50 -0400 Subject: [PATCH] Theme update --- assets/css/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index 8b040bd..8bc20da 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -6,14 +6,14 @@ font-family: 'Lexend'; font-weight: normal; font-style: normal; - src: url('./css/fonts/Lexend-Regular.ttf') + src: url('/css/fonts/Lexend-Regular.ttf') } @font-face { font-family: 'Lexend'; font-weight: bold; font-style: normal; - src: url('./css/fonts/Lexend-Bold.ttf') + src: url('/css/fonts/Lexend-Bold.ttf') } #a-title > h1:nth-child(1) {