Skip to content

Commit 981a517

Browse files
committed
Use roboto condensed, not roboto
We're @import'ing Roboto Condensed but using plain Roboto in our font-face declarations.
1 parent b8eece9 commit 981a517

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

less/material.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body {
1818
}
1919

2020
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
21-
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
21+
font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
2222
}
2323

2424
// Well and Jumbotrons

sass/material.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body {
1717
}
1818

1919
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
20-
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
20+
font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
2121
}
2222

2323
// Well and Jumbotrons

0 commit comments

Comments
 (0)