From c6fd9e81ea028d90a24456be0a2731ac382c2d32 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 18 Sep 2018 15:04:04 +0300 Subject: Revert "fonts cleanup" This reverts commit d85ed7372b36aa110024b3577c6f67eb79fe5b9a. --- vnext/src/components/Button.js | 2 +- vnext/src/style/main.css | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) (limited to 'vnext/src') diff --git a/vnext/src/components/Button.js b/vnext/src/components/Button.js index e96d6cab..11887d41 100644 --- a/vnext/src/components/Button.js +++ b/vnext/src/components/Button.js @@ -8,7 +8,7 @@ export default function Button(props) { const buttonStyle = { background: '#fff', - fontSize: 'small', + fontSize: '12px', border: '1px solid #eee', color: '#888', cursor: 'pointer', diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index be6c089f..2e2f3fdd 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -20,9 +20,7 @@ input, textarea, button { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size: 1em; - font-weight: 300; - line-height: 1.2em; + font-size: 12pt; -webkit-font-smoothing: subpixel-antialiased; } h1, @@ -121,7 +119,7 @@ noscript article { } #footer { color: #999; - font-size: small; + font-size: 10pt; margin: 40px; padding: 10px 0; } @@ -169,6 +167,7 @@ noscript article { #global a { color: #888; display: inline-block; + font-size: 13pt; padding: 14px 6px; } #global li { @@ -201,7 +200,7 @@ noscript article { } #ctitle { - font-size: 1em; + font-size: 14pt; } #ctitle img { margin-right: 5px; @@ -209,7 +208,7 @@ noscript article { width: 48px; } #ustats li { - font-size: small; + font-size: 10pt; margin: 3px 0; } #column table.iread { @@ -259,7 +258,7 @@ article, article time, .msg-cont time { color: #999; - font-size: small; + font-size: 10pt; } article p, .msg-cont p { @@ -286,7 +285,7 @@ article > nav.l, border-top: 1px solid #eee; display: flex; justify-content: space-around; - font-size: small; + font-size: 10pt; } article > nav.l a, .msg-cont > nav.l a { @@ -314,7 +313,7 @@ article .tags > a, color: #888; cursor: pointer; display: inline-block; - font-size: small; + font-size: 10pt; margin-bottom: 5px; margin-right: 5px; padding: 0 10px; @@ -479,21 +478,21 @@ article .tags > a, } #global a { padding: 14px 2px; - font-size: small; + font-size: 11pt; } .msg-cont > nav.l, article > nav.l { - font-size: small; + font-size: 9pt; } .msg-txt { padding-top: 5px; } .title2 { - font-size: small; + font-size: 11pt; width: auto; } #content .title2 h2 { - font-size: small; + font-size: 11pt; } .title2-right { line-height: initial; -- cgit v1.2.3