From a4ed14e4e16692632c122a4a94189995487cfdff Mon Sep 17 00:00:00 2001 From: Pieter Riyanto Date: Wed, 19 Jun 2024 14:06:55 +0700 Subject: [PATCH] Change source destination name --- src/App.jsx | 2 +- src/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index d6f2cf1..4fee1e0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -340,7 +340,7 @@ export default function App() { diff --git a/src/index.css b/src/index.css index 94817ee..cd8aec6 100644 --- a/src/index.css +++ b/src/index.css @@ -4,7 +4,7 @@ @font-face { font-family: 'Tiny5'; - src: url('/public/font/Tiny5-Regular.ttf') format('truetype'); + src: url('../public/font/Tiny5-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; }