Skip to content
Snippets Groups Projects
tailwind.css 146 B
Newer Older
  • Learn to ignore specific revisions
  • @tailwind base;
    @tailwind components;
    @tailwind utilities;
    
    main {
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        font-family: Rubik, sans-serif;
      }
    }