mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
15 lines
261 B
CSS
15 lines
261 B
CSS
@import url(./icons/icons.css);
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@font-face {
|
|
font-family: "mona-sans";
|
|
src: url("/fonts/mona-sans-bold.woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "inter";
|
|
src: url("/fonts/inter-regular.woff2");
|
|
}
|