Skip to content

Commit

Permalink
use Lato on h1 globally, h1 classes on settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dparrington authored and dparrington committed Mar 28, 2017
1 parent 461b036 commit dd99294
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions app/styles/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/
.h1 {
@include fontsize($base-font*2); /* 32px */
font-family: "Lato", sans-serif;
font-weight: 600;
line-height: 2.6rem;
}
Expand Down
5 changes: 0 additions & 5 deletions app/styles/_usersettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ $ember-power-select-disabled-background-color: #fff;
padding-left: 0;
padding-right: 0;
min-height: 600px;

h1 {
font-family: "Lato", sans-serif;
line-height: 1.5;
}
}

.user-setting {
Expand Down
2 changes: 1 addition & 1 deletion app/templates/settings.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class='l-constrained'>
<article class='user-settings'>
<header>
<h1 class="h1">Settings</h1>
<h1 class="h1 h1--extrabold h1--mq-small">Settings</h1>
</header>
{{user-settings streams=model}}
</article>
Expand Down

0 comments on commit dd99294

Please sign in to comment.