From 2cd04f90a08c18b586c9c973a2c21587125ed72f Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Sun, 28 May 2023 18:23:36 -0300 Subject: fix paths --- index.html | 6 +++--- style.css | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 5c84983..23c6b31 100644 --- a/index.html +++ b/index.html @@ -2,14 +2,14 @@ - - + + ndato
- + ndato.com.ar
diff --git a/style.css b/style.css index e3e7423..c23956f 100644 --- a/style.css +++ b/style.css @@ -33,7 +33,7 @@ font-style: normal; font-weight: normal; font-display: swap; - src: url('./fonts/libertinus-regular.woff2') format('woff2'); + src: url('/fonts/libertinus-regular.woff2') format('woff2'); } @font-face { @@ -41,7 +41,7 @@ font-style: normal; font-weight: bold; font-display: swap; - src: url('./fonts/libertinus-bold.woff2') format('woff2'); + src: url('/fonts/libertinus-bold.woff2') format('woff2'); } @font-face { @@ -49,7 +49,7 @@ font-style: italic; font-weight: normal; font-display: swap; - src: url('./fonts/libertinus-italic.woff2') format('woff2'); + src: url('/fonts/libertinus-italic.woff2') format('woff2'); } @font-face { @@ -57,7 +57,7 @@ font-style: italic; font-weight: bold; font-display: swap; - src: url('./fonts/libertinus-bold-italic.woff2') format('woff2'); + src: url('/fonts/libertinus-bold-italic.woff2') format('woff2'); } body { -- cgit v1.2.3