From bdb69ee590cbe34940dc38e511d85a6ce1c2d8b4 Mon Sep 17 00:00:00 2001 From: ada Date: Sun, 16 Jun 2024 16:49:12 +0200 Subject: [PATCH] Update 'backplaces/style.css' --- backplaces/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backplaces/style.css b/backplaces/style.css index 33af321..4bc5ff7 100644 --- a/backplaces/style.css +++ b/backplaces/style.css @@ -3,21 +3,21 @@ } @font-face { font-family: 'Platypi'; - src: url('../fonts/Platypi[wght].woff2'); + src: url('fonts/Platypi[wght].woff2'); font-weight: 300 800; font-style: normal; } @font-face { font-family: 'Platypi'; - src: url('../fonts/Platypi-Italic[wght].woff2'); + src: url('fonts/Platypi-Italic[wght].woff2'); font-weight: 300 800; font-style: italic; } @font-face { font-family: 'Redaction_Regular-35'; - src: url('../fonts/Redaction_Regular-35.woff2'); + src: url('fonts/Redaction_Regular-35.woff2'); font-weight: 300 800; font-style: regular; }