mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
Updating style references
This commit is contained in:
parent
bba5f8f7d6
commit
5077b16631
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue