Format css

This commit is contained in:
Nicola Benaglia 2025-04-11 23:45:35 +02:00
parent 15925c8f8d
commit 8f05749e2e

View File

@ -1,21 +1,21 @@
@font-face { @font-face {
font-family: "Inter"; font-family: 'Inter';
src: url("./styles/fonts/Inter-SemiBold.ttf") format("truetype"); src: url('./styles/fonts/Inter-SemiBold.ttf') format('truetype');
font-weight: 600; font-weight: 600;
} }
@font-face { @font-face {
font-family: "Inter"; font-family: 'Inter';
src: url("./styles/fonts/Inter-ExtraBold.ttf") format("truetype"); src: url('./styles/fonts/Inter-ExtraBold.ttf') format('truetype');
font-weight: 800; font-weight: 800;
} }
@font-face { @font-face {
font-family: "Inter"; font-family: 'Inter';
src: url("./styles/fonts/Inter-Bold.ttf") format("truetype"); src: url('./styles/fonts/Inter-Bold.ttf') format('truetype');
font-weight: 700; font-weight: 700;
} }
@font-face { @font-face {
font-family: "Inter"; font-family: 'Inter';
src: url("./styles/fonts/Inter-Regular.ttf") format("truetype"); src: url('./styles/fonts/Inter-Regular.ttf') format('truetype');
font-weight: 400; font-weight: 400;
} }
@ -89,7 +89,7 @@ body {
} }
@property --var1 { @property --var1 {
syntax: "<color>"; syntax: '<color>';
inherits: true; inherits: true;
initial-value: transparent; initial-value: transparent;
} }