Select Git revision
-
Tomáš Valenta authoredTomáš Valenta authored
base.css 241 B
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
font-family: "Roboto Condensed", system-ui, sans-serif;
}
}
@layer typography {
.font-bebas {
font-family: "Bebas Neue";
}
}