From 8f05749e2e14261dfb82ad129e332598be3b7a8e Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Fri, 11 Apr 2025 23:45:35 +0200 Subject: [PATCH] Format css --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index 6b24232..3fd5ed7 100644 --- a/src/index.css +++ b/src/index.css @@ -1,21 +1,21 @@ @font-face { - font-family: "Inter"; - src: url("./styles/fonts/Inter-SemiBold.ttf") format("truetype"); + font-family: 'Inter'; + src: url('./styles/fonts/Inter-SemiBold.ttf') format('truetype'); font-weight: 600; } @font-face { - font-family: "Inter"; - src: url("./styles/fonts/Inter-ExtraBold.ttf") format("truetype"); + font-family: 'Inter'; + src: url('./styles/fonts/Inter-ExtraBold.ttf') format('truetype'); font-weight: 800; } @font-face { - font-family: "Inter"; - src: url("./styles/fonts/Inter-Bold.ttf") format("truetype"); + font-family: 'Inter'; + src: url('./styles/fonts/Inter-Bold.ttf') format('truetype'); font-weight: 700; } @font-face { - font-family: "Inter"; - src: url("./styles/fonts/Inter-Regular.ttf") format("truetype"); + font-family: 'Inter'; + src: url('./styles/fonts/Inter-Regular.ttf') format('truetype'); font-weight: 400; } @@ -89,7 +89,7 @@ body { } @property --var1 { - syntax: ""; + syntax: ''; inherits: true; initial-value: transparent; }