Solves #751 Roboto is not the default font family

This commit is contained in:
Kevin Ross 2015-11-30 13:04:32 -06:00
parent fba6b83c99
commit eaf9a882ee
7 changed files with 22 additions and 8 deletions

View File

@ -57,6 +57,20 @@ body.inverse .card .form-control {
background-color: initial;
color: initial;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
font-weight: 300;
}
h5,
h6 {
font-weight: 400;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -20,8 +20,8 @@ body {
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
//font-family: @font-family-sans-serif;
//font-weight: 300;
font-family: @font-family-sans-serif;
font-weight: 300;
}
h5, h6{

View File

@ -1,6 +1,6 @@
{
"name": "bootstrap-material-design",
"version": "0.5.0",
"version": "0.5.1",
"description": "Material Design for Bootstrap 3",
"main": "scripts/index.js",
"scripts": {

View File

@ -22,8 +22,8 @@ body {
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
//font-family: $font-family-sans-serif;
//font-weight: 300;
font-family: $font-family-sans-serif;
font-weight: 300;
}
h5, h6{