Skip to content

Instantly share code, notes, and snippets.

@Terieyenike
Created May 25, 2022 18:29
Show Gist options
  • Save Terieyenike/67722f0a174825afb337ccd6fb0e6f99 to your computer and use it in GitHub Desktop.
Save Terieyenike/67722f0a174825afb337ccd6fb0e6f99 to your computer and use it in GitHub Desktop.
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville|Mulish:700&display=swap");
*,
*::before,
*::after {
box-sizing: border-box;
}
/* Reset margins */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
picture {
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
font-weight: 400;
}
body {
line-height: 1.5;
font-family: "Mulish", sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment