From 01ff6d82b95178f46299e7f40af742979848c1b1 Mon Sep 17 00:00:00 2001 From: Nye Evans Date: Fri, 15 Jan 2021 21:42:17 +0000 Subject: [PATCH] minor changes fixed font linking --- pages/CVPage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/CVPage.css b/pages/CVPage.css index b12588a..5d0a57e 100644 --- a/pages/CVPage.css +++ b/pages/CVPage.css @@ -3,7 +3,7 @@ @font-face{ font-family:"roboto"; font-weight: 100; - src: url("../../fonts/Roboto/RobotoMono-VariableFont_wght.ttf") + src: url("../../../fonts/Roboto/RobotoMono-VariableFont_wght.ttf") } body{