Skip to content

Commit 09313a3

Browse files
committed
2 parents e3b7238 + ed3b1d9 commit 09313a3

File tree

5 files changed

+4
-16
lines changed

5 files changed

+4
-16
lines changed

angular/app/pages/landing/landing.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ body{
2323

2424
.Landing-headingLight{
2525
font-weight: 300;
26+
letter-spacing: -3px;
2627
}
2728

2829
.Landing-heading{
2930
color: white;
30-
letter-spacing: -3px;
3131
margin-top: 20px;
3232
font-size: 60px;
3333
text-align: center;
34+
letter-spacing: -1px;
3435
}
3536

3637
.Landing-subtitle{

angular/material/fonts.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on June 25, 2016 */
22

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-
113
@font-face {
124
font-family: 'Lato';
135
src: url('/fonts/lato-light-webfont.woff2') format('woff2'),

gulpfile.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ elixir(function(mix) {
4848
.sass('./angular/critical.scss', 'public/css/critical.css')
4949
.styles(styles, './public/css/final.css')
5050
.version(assets)
51-
.swPrecache()
52-
.browserSync({
53-
proxy: 'localhost:8000'
54-
});
51+
.swPrecache();
5552

5653
//enable front-end tests by uncommenting the below line
5754
// .karma({jsDir: karmaJsDir});

precache-config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"staticFileGlobs": [
3-
"public/fonts/lato-bold-webfont.woff",
4-
"public/fonts/lato-bold-webfont.woff2",
53
"public/fonts/lato-light-webfont.woff",
64
"public/fonts/lato-light-webfont.woff2",
75
"public/fonts/lato-regular-webfont.woff",

resources/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<app-view></app-view>
3030

3131

32-
<script async defer>
32+
<script>
3333
(function(){
3434
var link = document.createElement("link");
3535
link.href = "{!! elixir('css/final.css') !!}";

0 commit comments

Comments
 (0)