Use roboto condensed, not roboto

We're @import'ing Roboto Condensed but using plain Roboto
in our font-face declarations.
This commit is contained in:
Pablo Marti 2014-10-06 09:57:00 +07:00
parent a2f7afb8be
commit 919cb6ccab
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ body {
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
// Well and Jumbotrons

View File

@ -17,7 +17,7 @@ body {
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
// Well and Jumbotrons