Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix: remove unneeded code from installer
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Nov 8, 2024
1 parent 3ad5a5b commit 6669dfd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Commands/HearthCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ public function handle()
$this->maybeAddLocale();
}

if (! App::environment('testing')) {
// Fonts...
$this->replaceInFile(
'https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,700;1,400;1,700',
'https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,400;0,700;1,400;1,700&display=swap',
config_path('google-fonts.php')
);
}

$this->line('');
$this->info('Hearth scaffolding installed successfully.');
$this->comment('Please execute "npm install" to install and build your assets.');
Expand Down

0 comments on commit 6669dfd

Please sign in to comment.