add open sans via https
This commit is contained in:
parent
4504a0dcf8
commit
b74927b5f2
|
@ -21,7 +21,7 @@
|
||||||
<link rel='stylesheet' href="{{ asset('css/langswitch.css') }}" />
|
<link rel='stylesheet' href="{{ asset('css/langswitch.css') }}" />
|
||||||
<!-- Fonts -->
|
<!-- Fonts -->
|
||||||
<link rel='stylesheet' href="{{ asset('css/font-awesome.css') }}" />
|
<link rel='stylesheet' href="{{ asset('css/font-awesome.css') }}" />
|
||||||
<link href="http://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C700italic%2C400%2C300%2C700%2C800&ver=3.8.1" type="text/css" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C700italic%2C400%2C300%2C700%2C800&ver=3.8.1" type="text/css" rel="stylesheet">
|
||||||
|
|
||||||
@yield('head')
|
@yield('head')
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
class TestCase extends Illuminate\Foundation\Testing\TestCase {
|
class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||||
|
{
|
||||||
/**
|
/**
|
||||||
* Creates the application.
|
* Creates the application.
|
||||||
*
|
*
|
||||||
|
@ -15,5 +15,4 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase {
|
||||||
|
|
||||||
return $app;
|
return $app;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user