Skip to content

Commit

Permalink
Revert fonts size changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kshcherban committed Sep 28, 2018
1 parent dedad3f commit d9b9651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/tipuesearch/tipuesearch.css
Expand Up @@ -45,7 +45,7 @@ http://www.tipue.com/search
}
#tipue_search_replace, #tipue_search_error, .tipue_search_content_text
{
font: 300 1.25rem "Ubuntu", "PT Serif", Georgia, sans-serif;
font: 300 16px/1.6 "Ubuntu", "PT Serif", Georgia, sans-serif;
color: #333;
line-height: 1.2em;
}
Expand All @@ -68,7 +68,7 @@ http://www.tipue.com/search
}
.tipue_search_content_title
{
font: 300 2.0rem "Ubuntu", "PT Serif", Georgia, sans-serif;
font: 300 30px/1.2 "Ubuntu", "PT Serif", Georgia, sans-serif;
color: #333;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
Expand All @@ -80,7 +80,7 @@ http://www.tipue.com/search
}
.tipue_search_content_url, .tipue_search_content_debug
{
font: 300 1.25rem "Ubuntu", "PT Serif", Georgia, sans-serif;
font: 300 15px/1.7 "Ubuntu", "PT Serif", Georgia, sans-serif;
color: #0096cc;
}
.tipue_search_content_url a
Expand Down

0 comments on commit d9b9651

Please sign in to comment.