diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 9d396d1..2074465 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -8,19 +8,10 @@ button, input, select, textarea { - font-family: inherit; font-size: 100%; line-height: 1.15; } -body, -button, -input, -select, -textarea { - font: normal 1em/1.8 sans-serif; -} - pre { background: #f8f8f8; border: 1px solid #ddd; @@ -193,18 +184,6 @@ html { box-sizing: border-box; } -body, -h1, -h2, -h3, -h4, -h5, -h6 { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transition: 0.25s; -} - body { font-size: 1.2em; } @@ -496,7 +475,6 @@ blockquote { .article .caption { color: #cacdd0; display: block; - font-size: 14px; text-align: center; }