Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
terrierscript committed Oct 23, 2019
1 parent 828b745 commit 594b2eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/utils/typography.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Typography from "typography"
// import fairyGatesTheme from "typography-theme-fairy-gates";
import injectFonts from "typography-inject-fonts"

export const headerFont = "Quicksand"
// export const headerFont = "Hiragino Kaku Gothic"
Expand All @@ -16,6 +15,10 @@ const theme = {
name: "Nunito",
styles: ["400", "600", "700", "800", "900"]
// styles: [400, 500]
},
{
name: "Roboto Condensed",
styles: ["700&display=swap"]
}
],
headerFontFamily: [headerFont, "Helvetica"],
Expand All @@ -42,7 +45,4 @@ const theme = {

const typography = new Typography(theme)

typography.injectStyles()
injectFonts(typography)

export default typography

0 comments on commit 594b2eb

Please sign in to comment.