Compromise on fonts to look better on Windows
This commit is contained in:
parent
bbc72e26bc
commit
f387d99728
1 changed files with 5 additions and 15 deletions
|
@ -38,7 +38,6 @@ abbr, acronym {
|
|||
|
||||
strong {
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
|
||||
|
@ -110,13 +109,11 @@ body.slim {
|
|||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
h4, h5 {
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
|
@ -212,8 +209,7 @@ table {
|
|||
line-height: $lineheight;
|
||||
}
|
||||
th {
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
vertical-align: top;
|
||||
}
|
||||
td {
|
||||
|
@ -310,7 +306,6 @@ nav.primary {
|
|||
a.tab,
|
||||
.dropdown-toggle {
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
color: $green;
|
||||
padding: 5px 15px;
|
||||
|
@ -632,7 +627,7 @@ nav.secondary {
|
|||
float: left;
|
||||
width: $sidebarWidth;
|
||||
background: #fff;
|
||||
font-size: 13px;
|
||||
font-size: 12px;
|
||||
|
||||
h2 {
|
||||
padding: $lineheight $lineheight $lineheight/2;
|
||||
|
@ -641,6 +636,7 @@ nav.secondary {
|
|||
h3, h4 {
|
||||
margin-top: $lineheight;
|
||||
margin-bottom: $lineheight/2;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.icon.close {
|
||||
|
@ -671,7 +667,6 @@ nav.secondary {
|
|||
p {
|
||||
padding: $lineheight/2 $lineheight $lineheight;
|
||||
font-size: 110%;
|
||||
font-weight: normal;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
@ -757,8 +752,7 @@ nav.secondary {
|
|||
padding: 2px 6px;
|
||||
border-bottom-right-radius: 3px;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
text-stroke: 2px #fff;
|
||||
background: rgba(255,255,255,.9);
|
||||
|
@ -1093,7 +1087,6 @@ header .search_form {
|
|||
}
|
||||
|
||||
.browse-tag-k {
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
background-color: #F6F6F6;
|
||||
}
|
||||
|
@ -1747,7 +1740,6 @@ header .search_form {
|
|||
margin: 0 -10px 10px -10px;
|
||||
padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
font-size: 12px;
|
||||
background-color: #c00;
|
||||
color: #fff;
|
||||
|
@ -1781,7 +1773,6 @@ header .search_form {
|
|||
margin-bottom: $lineheight/4;
|
||||
font-size: $typeheight;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
line-height: 1.5;
|
||||
}
|
||||
label.standard-label.secondary {
|
||||
|
@ -2487,7 +2478,6 @@ a.button {
|
|||
h1 {
|
||||
display: block;
|
||||
color: white;
|
||||
font-weight: normal;
|
||||
font-weight: 300;
|
||||
font-size: 34px;
|
||||
span {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue