Skip to content

Commit 6985f22

Browse files
authored
Merge pull request #470 from felipec/fc/style-fixes
CSS font fixes
2 parents aaa0702 + ea078c2 commit 6985f22

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

css/main.css

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ time, mark, audio, video {
2020
}
2121

2222
body {
23-
font-family: sans-serif;
2423
line-height: 1;
2524
font-size: 14px;
2625
line-height: 22px;
27-
font-family: "adelle", Georgia, "Times New Roman", serif;
26+
font-family: Adelle, Roboto Slab, DejaVu Serif, Georgia, Times New Roman, sans-serif;
2827
color: #4e443c;
2928
background: #f0efe7;
3029
}
@@ -123,20 +122,6 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
123122
display: block;
124123
}
125124

126-
body {
127-
font-size: 14px;
128-
line-height: 22px;
129-
font-family: "adelle", Georgia, "Times New Roman", serif;
130-
color: #4e443c;
131-
margin: 0;
132-
padding: 0;
133-
}
134-
135-
.windows.chrome body,
136-
.windows.ie8 body {
137-
font-family: Georgia, "Times New Roman", serif !important;
138-
}
139-
140125
.inner {
141126
overflow: hidden;
142127
*zoom: 1;
@@ -1013,18 +998,12 @@ input.active {
1013998

1014999

10151000
input, textarea {
1016-
font-family: "adelle", Georgia, "Times New Roman", serif;
1001+
font-family: Adelle, Roboto Slab, DejaVu Serif, Georgia, Times New Roman, sans-serif;
10171002
font-size: 14px;
10181003
outline: none;
10191004
}
10201005

10211006

1022-
.windows.chrome input, .windows.chrome textarea,
1023-
.windows.ie8 input, .windows.chrome textarea {
1024-
font-family: Georgia, "Times New Roman", serif !important;
1025-
}
1026-
1027-
10281007
form#search {
10291008
position: absolute;
10301009
z-index: 1000;
@@ -1530,11 +1509,6 @@ pre.sh_sourceCode .sh_value {
15301509
font-style: normal;
15311510
}
15321511

1533-
.windows.chrome body *,
1534-
.windows.ie8 body * {
1535-
font-family: Georgia, "Times New Roman", serif !important;
1536-
}
1537-
15381512
header {
15391513
margin-top: 20px;
15401514
position: relative;

0 commit comments

Comments
 (0)