Skip to content

Commit

Permalink
Don't override bootstrap default typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Sep 19, 2018
1 parent a5d815f commit 3fe63a6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 18 deletions.
8 changes: 4 additions & 4 deletions dkron/bindata.go

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions static/css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/css/app.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions static/scss/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

/** Font vars **/

$font-headlines:'Lato', 'Open-Sans', Sans-serif;
$font-headlines:'Montserrat', 'Open-Sans', Sans-serif;


$color-base:#72A6B2;
Expand Down
1 change: 0 additions & 1 deletion static/scss/components/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
color: #FFF;
padding:0;
line-height: 1em;
font-family:$font-headlines;
font-size:.9em!important;
text-transform:uppercase;

Expand Down
3 changes: 1 addition & 2 deletions static/scss/components/_typography.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import url(https://fonts.googleapis.com/css?family=Lato:400,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,300);

h1, h2, h3, h4, h5, h6 {
font-family:$font-headlines;
margin-bottom:1em;
}

Expand Down
1 change: 0 additions & 1 deletion static/scss/layout/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ html {
}

body {
font-family:$font-headlines;
padding-top:90px;
background-color: #eee;
}
Expand Down

0 comments on commit 3fe63a6

Please sign in to comment.