Increase readability by not always using light fonts

This commit is contained in:
Johannes
2016-11-23 15:25:39 +01:00
parent 83b5bb394c
commit afe5a1aa6c
2 changed files with 10 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ $brand-danger: #d9534f !default;
$body-bg: #E5E5E5;
$font-family-sans-serif: Roboto, Helvetica, Arial, sans-serif;
$font-family-heading: Roboto-Light, Helvetica, Arial, sans-serif;
$navbar-default-link-color: #428BCA !default;
$navbar-default-link-hover-color: #62bdfc !default;
@@ -48,6 +49,11 @@ $table-border-color: transparent !default;
@font-face {
font-family: Roboto;
src: url(3rdparty/Roboto-Regular.ttf);
}
@font-face {
font-family: Roboto-Light;
src: url(3rdparty/Roboto-Light.ttf);
}
@@ -153,6 +159,10 @@ sup.help a {
color: #757c82;
}
h1, h2, h3 {
font-family: $font-family-heading;
}
// ----------------------------
// Apps view
// ----------------------------