Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Dec 3, 2024
1 parent 59f564c commit a9c8333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Engine/Media/Fonts/Frontend/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function rewrite_fonts( $html ): string {
* @return string
*/
private function replace_font( array $font, string $html, string $font_provider = 'google-fonts' ): string {
$hash = md5( $font['url'] );
$hash = md5( $font['url'] );

if ( $this->filesystem->exists( $this->get_css_path( $hash, $font_provider ) ) ) {
$local = $this->get_optimized_markup( $hash, $font['url'], $font_provider );
Expand Down

0 comments on commit a9c8333

Please sign in to comment.