From 36ccb5ef4931deb784525b68baa34cd7ebf66367 Mon Sep 17 00:00:00 2001 From: dtookey Date: Tue, 11 Jan 2022 11:55:16 -0500 Subject: [PATCH] updated the fonts filepath to be relative for alias purposes --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index b8abcb4..a19a013 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,6 @@ @font-face { font-family: 'customFont'; - src: url('/fonts/Roboto-Regular.ttf') format('truetype'); + src: url('../fonts/Roboto-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; }