Last active
August 15, 2020 19:43
-
-
Save kilatepro/a657f2de7e43bcfeb5057c58c8a35bf7 to your computer and use it in GitHub Desktop.
Reset WP #WP #reset #basic styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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