mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00

* #319 improve sorting * #309 adjustments to title bar * #309 fadeaway adjustments * #309 font adjustments * #309 update tea package update * fix search font --------- Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
15 lines
257 B
CSS
15 lines
257 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");
|
|
}
|