You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.
After checking the option for Google Fonts on _config.yaml, I have changed that attribute to:
...
google_font: 'PT+Sans:400'
...
After I updated main.scss, jekyll serve and success! :)
After some changes on "my" version of your theme, I need to have a new Google Font available, so I thought that if I changed from single value to an array it might work. I have done something like this:
Apparently, I was wrong! Because, did not affected the style of the page and the <script> that "imports and loads" the font files has a strange link: https://fonts.googleapis.com/css?family=PT+Sans:400Nunito:400
It is possible to have multiple google fonts? If it is, how can I do it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After checking the option for Google Fonts on
_config.yaml
, I have changed that attribute to:After I updated
main.scss
,jekyll serve
and success! :)After some changes on "my" version of your theme, I need to have a new Google Font available, so I thought that if I changed from single value to an array it might work. I have done something like this:
Apparently, I was wrong! Because, did not affected the style of the page and the
<script>
that "imports and loads" the font files has a strange link:https://fonts.googleapis.com/css?family=PT+Sans:400Nunito:400
It is possible to have multiple google fonts? If it is, how can I do it?
The text was updated successfully, but these errors were encountered: