19 lines
442 B
CSS
19 lines
442 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@font-face {
|
|
font-family: "Manometer";
|
|
src: url("https://coopgo.fr/fonts/manometer.woff2") format("woff2"), url("/fonts/manometer.woff") format("woff"); }
|
|
|
|
@font-face {
|
|
font-family: "Bitter";
|
|
font-style: normal;
|
|
src: url("https://coopgo.fr/fonts/Bitter-Regular.woff") format("woff"); }
|
|
|
|
|
|
@layer base {
|
|
html {
|
|
font-family: Bitter, serif;
|
|
}
|
|
} |