Updating style references

This commit is contained in:
Josef Citrine 2016-08-05 04:33:50 +01:00
parent bba5f8f7d6
commit 5077b16631
2 changed files with 1 additions and 3 deletions

View file

@ -144,8 +144,7 @@
@endsection
@section('styles')
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans" />
<link rel="stylesheet" href="/styles/loader.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700|Material+Icons" />
{!! Assets::styleIncludes() !!}
@endsection

View file

@ -26,7 +26,6 @@
<link rel="manifest" href="/manifest.json">
<base href="/" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700|Material+Icons" />
@yield('styles')
</head>
<body ng-controller="application" class="{{Auth::check() ? 'is-logged' : ''}} loading">