Skip to content

Instantly share code, notes, and snippets.

@kilatepro
Last active August 15, 2020 19:43
Show Gist options
  • Save kilatepro/a657f2de7e43bcfeb5057c58c8a35bf7 to your computer and use it in GitHub Desktop.
Save kilatepro/a657f2de7e43bcfeb5057c58c8a35bf7 to your computer and use it in GitHub Desktop.
Reset WP #WP #reset #basic styles
html, body, p {
font-family: '', serif;
font-style: normal;
font-weight: normal;
letter-spacing: em;
}
body, p {
font-size: 17px;
letter-spacing: em;
}
blockquote p {
font-family: '', serif;
font-style: normal;
font-weight: normal;
letter-spacing: em;
}
li, li a, label, input, .submit, .comment-form, .button, .textwidget {
font-family: '', sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: em;
}
h1, h2, h3, h4, h5, h6, .widget-title {
font-family: '', sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment