Removed Open Sans font

This commit is contained in:
Luca Chiricozzi
2015-01-09 20:25:40 +01:00
parent 1acb6d6f56
commit ac2098f084
2 changed files with 7 additions and 7 deletions

View File

@@ -34,12 +34,12 @@ $baseText: #444;
}
#tipue_search_warning_head {
font: 300 15px/1.6 'Open Sans', sans-serif;
font: 300 15px/1.6;
color: #555;
}
#tipue_search_warning {
font: 300 13px/1.6 'Open Sans', sans-serif;
font: 300 13px/1.6;
color: #333;
margin: 7px 0;
}
@@ -88,9 +88,9 @@ $baseText: #444;
}
#tipue_search_foot_boxes {
font-size: 0.75em;
padding: 0;
margin: 0;
font: 12px/1 'Open Sans', sans-serif;
}
#tipue_search_foot_boxes li {