Skip to content

Instantly share code, notes, and snippets.

@covelitein
Created August 17, 2023 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save covelitein/d32190e10cb15d09dbb2faa65d3a1807 to your computer and use it in GitHub Desktop.
Save covelitein/d32190e10cb15d09dbb2faa65d3a1807 to your computer and use it in GitHub Desktop.
p2e
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
* html {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment