Skip to content

Commit b342eee

Browse files
committed
remove font family, except monospace
1 parent a16e6b5 commit b342eee

File tree

5 files changed

+1
-10
lines changed

5 files changed

+1
-10
lines changed

app/styles/base/_buttons.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ button {
99
color: #fff;
1010
cursor: pointer;
1111
display: inline-block;
12-
font-family: $base-font-family;
1312
font-size: $base-font-size;
1413
font-weight: 600;
1514
line-height: 1;

app/styles/base/_forms.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ input,
99
label,
1010
select {
1111
display: block;
12-
font-family: $base-font-family;
1312
font-size: $base-font-size;
1413
}
1514

@@ -19,7 +18,6 @@ select {
1918
max-width: 100%;
2019
width: auto;
2120
display: block;
22-
font-family: $base-font-family;
2321
font-size: $base-font-size;
2422
background-color: $base-background-color;
2523
transition: border-color;
@@ -46,7 +44,6 @@ textarea {
4644
border-radius: $base-border-radius;
4745
box-shadow: $form-box-shadow;
4846
box-sizing: border-box;
49-
font-family: $base-font-family;
5047
font-size: $base-font-size;
5148
margin-bottom: $base-spacing / 2;
5249
padding: $base-spacing / 3;

app/styles/base/_typography.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ body {
66
-webkit-font-smoothing: antialiased;
77
-moz-osx-font-smoothing: grayscale;
88
color: $base-font-color;
9-
font-family: $base-font-family;
109
font-size: $base-font-size;
1110
line-height: $base-line-height;
1211
}
@@ -17,7 +16,6 @@ h3,
1716
h4,
1817
h5,
1918
h6 {
20-
font-family: $heading-font-family;
2119
font-size: $base-font-size;
2220
line-height: $heading-line-height;
2321
margin: 0 0 $small-spacing;

app/styles/base/_variables.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// Typography
2-
$base-font-family: 'Source Sans Pro', sans-serif;
3-
$heading-font-family: $base-font-family;
42
$monospace-font-family: Menlo, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, monospace;
5-
$footer-font-family: proxima-nova, sans-serif;
63

74
// Font Sizes
85
$base-font-size: 1rem;

app/styles/colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
$ember-orange: #dd6a58;
1+
$ember-orange: #e04e39;
22

0 commit comments

Comments
 (0)