From 3e477aef8eac6189b74990933773ed9ac1535857 Mon Sep 17 00:00:00 2001 From: Stephen Kerr Date: Wed, 30 Nov 2022 19:29:33 +0100 Subject: [PATCH] font fix --- 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 b4e1f2c..1970545 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; }