We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I will just link the same issue opened on the original project here : poole/hyde#298.
The idea is to replace that:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
With a local font that don't need to connect to Google server.
The text was updated successfully, but these errors were encountered:
Hello @LtSich, this is an interesting topic.
I had decided to keep using Google Fonts for performance reasons, but it's true that not depending on a third-party service seems a relevant option.
Also, I added an option (release 2.2.0) to modify this setting in order to use local fonts:
hyde: fonts: local # google or local
Sorry, something went wrong.
See the following partial template for details: https://github.com/Cecilapp/theme-hyde/blob/master/layouts/partials/fonts.html.twig
Nice thx ! I will take a look at that soon.
ArnaudLigny
No branches or pull requests
Hi,
I will just link the same issue opened on the original project here : poole/hyde#298.
The idea is to replace that:
With a local font that don't need to connect to Google server.
The text was updated successfully, but these errors were encountered: