Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #184 from Brandon-Foster/patch-1
Browse files Browse the repository at this point in the history
typo in "Using Grids with Your Font-Family"
  • Loading branch information
ericf committed Jan 13, 2014
2 parents 8dffbdd + 2e8185e commit 56b8dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/pages/grids.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
{{sectionHeading "Using Grids with Your Font-Family" id="using-grids-with-custom-fonts" }}

<p>
Pure Grids use a specific font stack to ensure the greatest OS/browser compatibility, and by default grid units will have {{code "font-family: sans-serif;"}} applied — this is the default font stack Pure's Base (Normalize.css) applies to the {{code "<body>"}}. Fortunately, it's quite easy to make sure your {{code "font-family"}} also applies to content within Pure Girds. Instead of applying your {{code "font-family"}} to only the {{code "<body>"}} element, apply it to the grid units as well:
Pure Grids use a specific font stack to ensure the greatest OS/browser compatibility, and by default grid units will have {{code "font-family: sans-serif;"}} applied — this is the default font stack Pure's Base (Normalize.css) applies to the {{code "<body>"}}. Fortunately, it's quite easy to make sure your {{code "font-family"}} also applies to content within Pure Grids. Instead of applying your {{code "font-family"}} to only the {{code "<body>"}} element, apply it to the grid units as well:
</p>

{{#code}}
Expand Down

0 comments on commit 56b8dea

Please sign in to comment.