diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2023-05-28 18:23:36 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2023-05-28 18:23:36 -0300 |
commit | 2cd04f90a08c18b586c9c973a2c21587125ed72f (patch) | |
tree | c6cdaf8118763d3a2700d2bdfa11e9678b9eb99c /style.css | |
parent | ca877ac0e76b865c789e9b8f3a3d8ae6e0a09086 (diff) | |
download | ndato.com-2cd04f90a08c18b586c9c973a2c21587125ed72f.tar.gz ndato.com-2cd04f90a08c18b586c9c973a2c21587125ed72f.tar.bz2 |
fix paths
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 { |