Skip to content

Commit

Permalink
Merge pull request #24 from xprojects-de/development
Browse files Browse the repository at this point in the history
update API-Url
  • Loading branch information
xprojects-de authored Dec 10, 2022
2 parents 0581be9 + de1a238 commit 1e67921
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
8 changes: 3 additions & 5 deletions .idea/contao-google-fonts.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 21 additions & 5 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Library/GoogleFontsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class GoogleFontsApi
{
private static string $API = 'https://google-webfonts-helper.herokuapp.com';
private static string $API = 'https://gwfh.mranftl.com';
private static string $FONTS_FOLDER = 'files/googlefonts';

// The order is important! Always set modern fonts (woff2) at least
Expand Down Expand Up @@ -308,4 +308,4 @@ private static function generateCSSStringFromGoogleFont(array $objectCSSData, Fo
}


}
}

0 comments on commit 1e67921

Please sign in to comment.