Skip to content

Commit 2d4b577

Browse files
jasoncostellomitchellh
authored andcommitted
remove all traces of Lato font
1 parent c12b6a0 commit 2d4b577

6 files changed

Lines changed: 1 addition & 48 deletions

File tree

website/source/assets/stylesheets/_docs.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,6 @@ body.layout-intro{
155155
-webkit-font-smoothing: antialiased;
156156
}
157157

158-
/*> a:hover,
159-
> a:focus {
160-
font-weight: $font-weight-lato-xb;
161-
}*/
162-
163158
.nav {
164159
display: block;
165160

@@ -212,8 +207,6 @@ body.layout-intro{
212207

213208
p, li, .alert {
214209
font-size: 20px;
215-
font-family: $font-family-open-sans;
216-
font-weight: $font-weight-open;
217210
line-height: 1.5em;
218211
margin: 0 0 18px;
219212
-webkit-font-smoothing: antialiased;
@@ -245,7 +238,6 @@ body.layout-intro{
245238
margin-top: 40px;
246239
margin-bottom: 24px;
247240
border-bottom: 1px solid #eeeeee;
248-
@include lato-light();
249241
}
250242

251243
h2, h3, h4{
Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
11
//
22
// Typography
33
// --------------------------------------------------
4-
5-
6-
//light
7-
.rls-l{
8-
font-family: $font-family-lato;
9-
font-weight: $font-weight-lato-xl;
10-
}
11-
12-
//semibold
13-
.rls-sb{
14-
font-family: $font-family-lato;
15-
font-weight: $font-weight-lato-sb;
16-
}
17-
18-
//extrabold
19-
.rls-xb{
20-
font-family: $font-family-lato;
21-
font-weight: $font-weight-lato-xb;
22-
}
23-
24-
.os{
25-
font-family: $font-family-open-sans;
26-
font-weight: $font-weight-open;
27-
}

website/source/assets/stylesheets/_jumbotron.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@
123123
color:#fff;
124124
visibility:hidden;
125125

126-
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
127-
font-weight: 500;
128-
129126
-webkit-transform:translate3d(0,0,0);
130127
-moz-transform:translate3d(0,0,0);
131128
-ms-transform:translate3d(0,0,0);

website/source/assets/stylesheets/_utilities.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
-webkit-font-smoothing: antialiased;
88
}
99

10-
@mixin lato-light() {
11-
font-family: $font-family-lato;
12-
font-weight: 300;
13-
}
14-
1510
@mixin skewY($skew) {
1611
-webkit-transform: skewY($skew);
1712
-moz-transform: skewY($skew);

website/source/assets/stylesheets/_variables.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,7 @@ $link-hover-color: darken($link-color, 15%);
4444

4545
// Typography
4646
// -------------------------
47-
$font-family-lato: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
4847
$font-family-open-sans: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
49-
$font-weight-lato-xl: 300;
50-
$font-weight-lato-reg: 300;
51-
$font-weight-lato-sb: 500;
52-
$font-weight-lato-xb: 700;
53-
$font-weight-open: $font-weight-lato-reg;
54-
5548

5649
$text-shadow: 1px 1px 1px #000;
5750
$shadow: $text-shadow;

website/source/assets/stylesheets/application.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import 'bootstrap-sprockets';
22
@import 'bootstrap';
33

4-
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:300,400,600");
4+
@import url("Open+Sans:300,400,600");
55

66
// Core variables and mixins
77
@import '_variables';

0 commit comments

Comments
 (0)