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; }