diff --git a/css/main.css b/css/main.css index 1afaf62645..6b44c358ae 100644 --- a/css/main.css +++ b/css/main.css @@ -20,11 +20,10 @@ time, mark, audio, video { } body { - font-family: sans-serif; line-height: 1; font-size: 14px; line-height: 22px; - font-family: "adelle", Georgia, "Times New Roman", serif; + font-family: Adelle, Roboto Slab, DejaVu Serif, Georgia, Times New Roman, sans-serif; color: #4e443c; background: #f0efe7; } @@ -123,20 +122,6 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, display: block; } -body { - font-size: 14px; - line-height: 22px; - font-family: "adelle", Georgia, "Times New Roman", serif; - color: #4e443c; - margin: 0; - padding: 0; -} - -.windows.chrome body, -.windows.ie8 body { - font-family: Georgia, "Times New Roman", serif !important; -} - .inner { overflow: hidden; *zoom: 1; @@ -1013,18 +998,12 @@ input.active { input, textarea { - font-family: "adelle", Georgia, "Times New Roman", serif; + font-family: Adelle, Roboto Slab, DejaVu Serif, Georgia, Times New Roman, sans-serif; font-size: 14px; outline: none; } -.windows.chrome input, .windows.chrome textarea, -.windows.ie8 input, .windows.chrome textarea { - font-family: Georgia, "Times New Roman", serif !important; -} - - form#search { position: absolute; z-index: 1000; @@ -1530,11 +1509,6 @@ pre.sh_sourceCode .sh_value { font-style: normal; } -.windows.chrome body *, -.windows.ie8 body * { - font-family: Georgia, "Times New Roman", serif !important; -} - header { margin-top: 20px; position: relative;