formatting

This commit is contained in:
SwiftyOS
2024-10-11 12:26:02 +02:00
parent 948279a67d
commit a3dda5d5a2

View File

@@ -3,9 +3,10 @@
@tailwind utilities;
@font-face {
font-family: 'PP Neue Montreal TT';
src: url('/fonts/PPNeueMontreal-Regular.woff2') format('woff2'),
url('/fonts/PPNeueMontreal-Regular.woff') format('woff');
font-family: "PP Neue Montreal TT";
src:
url("/fonts/PPNeueMontreal-Regular.woff2") format("woff2"),
url("/fonts/PPNeueMontreal-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
@@ -13,7 +14,7 @@
@layer base {
.font-neue {
font-family: 'PP Neue Montreal TT', sans-serif;
font-family: "PP Neue Montreal TT", sans-serif;
}
}
@@ -48,13 +49,8 @@
.left-34 {
left: 2.125rem;
}
}
@layer utilities {
.text-balance {
text-wrap: balance;