Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from dalbinaco/master
Browse files Browse the repository at this point in the history
Update README with font weights
  • Loading branch information
didierfranc authored Sep 28, 2017
2 parents fcda71a + 2f1c187 commit b3842ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ module.exports = {
{
resolve: `gatsby-plugin-google-fonts`,
options: {
fonts: [`limelight`, `source sans`]
fonts: [
`limelight`,
`source sans pro\:300,400,400i,700` // you can also specify font weights and styles
]
}
}
]
Expand Down

0 comments on commit b3842ee

Please sign in to comment.