Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Multiple Google Fonts #23

Open
poliveira89 opened this issue Aug 13, 2014 · 0 comments
Open

Multiple Google Fonts #23

poliveira89 opened this issue Aug 13, 2014 · 0 comments

Comments

@poliveira89
Copy link

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:

...

google_font:
    - 'PT+Sans:400'
    - 'Nunito:400'

...

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant