Skip to content

Commit

Permalink
Fix some font replacement. #8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsirois committed Jan 27, 2014
1 parent 9b2674f commit 22aea98
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions src/kijiji/stylesheets/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ html {
font-size: 62.5%;
}

body, .standard, .standardtitle {
body, .title, #MainContainer a {
font-family: 'Open Sans', Arial, sans-serif !important;
font-size: 14px;
font-size: 1.4rem;
Expand Down Expand Up @@ -115,14 +115,19 @@ body, .standard, .standardtitle {
margin-bottom: 0;
}

.homeMetaCatName {
font-size: 18px;
font-size: 1.8rem;
#MainContainer .cat-name .category-selected {
font-size: 18px !important;
font-size: 1.8rem !important;
}

.catlist a {
font-size: 14px;
font-size: 1.4rem;
#MainContainer .cat-subtitle {
font-size: 16px !important;
font-size: 1.6rem !important;
}

#MainContainer .category-selected {
font-size: 14px !important;
font-size: 1.4rem !important;
}

/*}}}*/
Expand Down

0 comments on commit 22aea98

Please sign in to comment.