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

View file

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