File tree Expand file tree Collapse file tree 5 files changed +4
-16
lines changed Expand file tree Collapse file tree 5 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,15 @@ body{
23
23
24
24
.Landing-headingLight {
25
25
font-weight : 300 ;
26
+ letter-spacing : -3px ;
26
27
}
27
28
28
29
.Landing-heading {
29
30
color : white ;
30
- letter-spacing : -3px ;
31
31
margin-top : 20px ;
32
32
font-size : 60px ;
33
33
text-align : center ;
34
+ letter-spacing : -1px ;
34
35
}
35
36
36
37
.Landing-subtitle {
Original file line number Diff line number Diff line change 1
1
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on June 25, 2016 */
2
2
3
- @font-face {
4
- font-family : ' Lato' ;
5
- src : url (' /fonts/lato-bold-webfont.woff2' ) format (' woff2' ),
6
- url (' /fonts/lato-bold-webfont.woff' ) format (' woff' );
7
- font-weight : 700 ;
8
- font-style : normal ;
9
- }
10
-
11
3
@font-face {
12
4
font-family : ' Lato' ;
13
5
src : url (' /fonts/lato-light-webfont.woff2' ) format (' woff2' ),
Original file line number Diff line number Diff line change @@ -48,10 +48,7 @@ elixir(function(mix) {
48
48
. sass ( './angular/critical.scss' , 'public/css/critical.css' )
49
49
. styles ( styles , './public/css/final.css' )
50
50
. version ( assets )
51
- . swPrecache ( )
52
- . browserSync ( {
53
- proxy : 'localhost:8000'
54
- } ) ;
51
+ . swPrecache ( ) ;
55
52
56
53
//enable front-end tests by uncommenting the below line
57
54
// .karma({jsDir: karmaJsDir});
Original file line number Diff line number Diff line change 1
1
{
2
2
"staticFileGlobs" : [
3
- " public/fonts/lato-bold-webfont.woff" ,
4
- " public/fonts/lato-bold-webfont.woff2" ,
5
3
" public/fonts/lato-light-webfont.woff" ,
6
4
" public/fonts/lato-light-webfont.woff2" ,
7
5
" public/fonts/lato-regular-webfont.woff" ,
Original file line number Diff line number Diff line change 29
29
<app-view ></app-view >
30
30
31
31
32
- <script async defer >
32
+ <script >
33
33
(function (){
34
34
var link = document .createElement (" link" );
35
35
link .href = " {!! elixir (' css/final.css' ) ! !}" ;
You can’t perform that action at this time.
0 commit comments