Skip to content
Snippets Groups Projects
Select Git revision
  • 5043e8b13382323dbdd8bff5203f6588e19c42b7
  • test default
  • master protected
3 results

base.css

Blame
  • 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";
        }
    }