diff --git a/src/Basic.php b/src/Basic.php index 1e88ba1..790b419 100644 --- a/src/Basic.php +++ b/src/Basic.php @@ -244,7 +244,8 @@ public function configure() ->addDirective(Directive::CONNECT, ['http://localhost:*', 'https://localhost:*', 'ws://localhost:*']) ->addDirective(Directive::SCRIPT, ['http://localhost:*', 'https://localhost:*', 'ws://localhost:*']) ->addDirective(Directive::IMG, ['http://localhost:*', 'https://localhost:*', 'ws://localhost:*']) - ->addDirective(Directive::STYLE, ['http://localhost:*', 'https://localhost:*', 'ws://localhost:*']); + ->addDirective(Directive::STYLE, ['http://localhost:*', 'https://localhost:*', 'ws://localhost:*']) + ->addDirective(Directive::FONT, ['http://localhost:*', 'https://localhost:*', 'ws://localhost:*']); if (env('LANDO_REMOTE_ASSETS_URL')) { $this->addDirective(Directive::IMG, env('LANDO_REMOTE_ASSETS_URL'));