Update typekit’s sri hash

This commit is contained in:
Jonny Barnes 2016-11-07 12:32:46 +00:00
parent d661aa23c0
commit d033e9ad57
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
# Changelog # Changelog
## Version {nect}
- Update typekits sri hash
## Version 0.0.15.9 (2016-11-07) ## Version 0.0.15.9 (2016-11-07)
- Hotfix: not using cerated variable of foreach loop - Hotfix: not using cerated variable of foreach loop

View file

@ -30,7 +30,7 @@
<main> <main>
@yield('content') @yield('content')
</main> </main>
<script src="https://use.typekit.net/kmb3cdb.js" integrity="sha384-RwBRSXqm+z0+RE6M8Mke3nQ6yWmZv3+DBu36h/9JOE2s2qXm+MaDa6l8E2NIgJvD" crossorigin="anonymous"></script> <script src="https://use.typekit.net/kmb3cdb.js" integrity="sha384-mpb7gf0UhF7wg6RwyN8wjnUeYN5pG6R35be4pz2PBIh4d1Re99c8huq9fP6i+zYR" crossorigin="anonymous"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script> <script>try{Typekit.load({ async: true });}catch(e){}</script>
@section('scripts') @section('scripts')
<!--scripts go here when needed--> <!--scripts go here when needed-->