From dc10b2147a2b64a7837da9137a07e899dedfc954 Mon Sep 17 00:00:00 2001 From: Stephen Kerr Date: Wed, 30 Nov 2022 19:31:43 +0100 Subject: [PATCH] mmm --- css/style-0.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style-0.css b/css/style-0.css index 1970545..fbe92bb 100644 --- a/css/style-0.css +++ b/css/style-0.css @@ -6,28 +6,28 @@ @font-face { font-family: 'worksans'; - src: url('fonts/worksans/WorkSans-Medium.woff') format('opentype'); + src: url('../fonts/worksans/WorkSans-Medium.woff') format('opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'worksans'; - src: url('fonts/worksans/WorkSans-Bold.woff') format('opentype'); + src: url('../fonts/worksans/WorkSans-Bold.woff') format('opentype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'worksans'; - src: url('fonts/worksans/WorkSans-MediumItalic.woff') format('opentype'); + src: url('../fonts/worksans/WorkSans-MediumItalic.woff') format('opentype'); font-weight: normal; font-style: oblique; } @font-face { font-family: 'worksans'; - src: url('fonts/worksans/WorkSans-BoldItalic.woff') format('opentype'); + src: url('../fonts/worksans/WorkSans-BoldItalic.woff') format('opentype'); font-weight: bold; font-style: oblique; }