Minor fixes
Improve how we link to external fonts, change csp generating code, fix width of pagination links
This commit is contained in:
parent
c4af4b9984
commit
868efc36f6
8 changed files with 164 additions and 150 deletions
|
@ -156,6 +156,18 @@ return [
|
|||
|
||||
'cipher' => 'AES-256-CBC',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Font Link
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| If you have a css link to Adobe’s Typekit or Hoefler&Co’s Typography
|
||||
| then specify the link here.
|
||||
|
|
||||
*/
|
||||
|
||||
'font_link' => env('FONT_LINK', null),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Autoloaded Service Providers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue