From fcd00d9e9ce42ab7e3f8c4a9836db3d76adadb34 Mon Sep 17 00:00:00 2001 From: enes Date: Wed, 31 Jul 2024 13:36:41 +0200 Subject: [PATCH] fix: font url typo --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 4fa6849..d46826b 100644 --- a/src/index.css +++ b/src/index.css @@ -37,7 +37,7 @@ @font-face { font-family: 'Roboto'; font-weight: 700; - src: local('Roboto-Bold'), url(./assets/Roboto-font/Robot-Bold.ttf); + src: local('Roboto-Bold'), url(./assets/Roboto-font/Roboto-Bold.ttf); } body {