Skip to content
Snippets Groups Projects
Select Git revision
  • c5e121a29e0ee6d0e487ebb3b15bf35735a9055d
  • main default protected
2 results

posting_poll_body.html

Blame
  • Forked from TO / Forum
    Source project has a limited visibility.
    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";
        }
    }