Skip to content

Commit

Permalink
[5.6] Updated the font url with new one (#24926)
Browse files Browse the repository at this point in the history
* Updated font

If the main CSS updated with new font then this layout must include the new font inserted old one.

* Update app.stub
  • Loading branch information
AminulBD authored and taylorotwell committed Jul 22, 2018
1 parent 24a5758 commit c0a58e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!-- Fonts -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,600" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet" type="text/css">

<!-- Styles -->
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
Expand Down

0 comments on commit c0a58e3

Please sign in to comment.