Skip to content

Instantly share code, notes, and snippets.

@felipecustodio
Last active February 19, 2021 17:07
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 felipecustodio/0847000ce46faeb459b93d013143277b to your computer and use it in GitHub Desktop.
Save felipecustodio/0847000ce46faeb459b93d013143277b to your computer and use it in GitHub Desktop.
bettermotherfuckingwebsite + Braile's Atkinson Hyperlegible
body {
font-family: "Atkinson Hyperlegible";
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
background: #fffff8;
color: #111111;
padding: 0 10px
}
h1,
h2,
h3 {
line-height: 1.2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment