From 981a517b9a2af95601af6c9bf4bd85ce9ea20785 Mon Sep 17 00:00:00 2001 From: Pablo Marti Date: Mon, 6 Oct 2014 09:57:00 +0700 Subject: [PATCH] Use roboto condensed, not roboto We're @import'ing Roboto Condensed but using plain Roboto in our font-face declarations. --- less/material.less | 2 +- sass/material.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/less/material.less b/less/material.less index f260ef28..e7db8aa9 100644 --- a/less/material.less +++ b/less/material.less @@ -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 diff --git a/sass/material.scss b/sass/material.scss index 371bb31a..11601a42 100644 --- a/sass/material.scss +++ b/sass/material.scss @@ -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