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; }