Select Git revision
posting_poll_body.html
Forked from
TO / Forum
Source project has a limited visibility.
-
Andrej Ramašeuski authoredAndrej Ramašeuski 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";
}
}