Files
sign/apps/web/styles/tailwind.css

16 lines
294 B
CSS
Raw Normal View History

2022-12-06 14:51:03 +01:00
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
2023-02-16 19:02:56 +01:00
/* todo use "local" */
2022-12-06 14:51:03 +01:00
@tailwind base;
@tailwind components;
@tailwind utilities;
#__next {
min-height: 100%;
}
2023-02-17 18:28:24 +01:00
@font-face {
font-family: "Qwigley";
src: url("/fonts/Qwigley-Regular.ttf");
}