From f7301eee657bef8909c2fb9047c773fff93eba0c Mon Sep 17 00:00:00 2001 From: Vincent Ramiere Date: Tue, 7 Mar 2023 16:34:13 +0100 Subject: [PATCH] Modification de l'url d'import de la police --- CSS/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/style.css b/CSS/style.css index 4bebf81..8b0dc52 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -1,6 +1,6 @@ @font-face { font-family: 'matrixCodeNFI'; - src: url('/Fonts/matrix-code-nfi/matrixCodeNFI.ttf') format('truetype') + src: url('../Fonts/matrix-code-nfi/matrixCodeNFI.ttf') format('truetype') } body {