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