Skip to content

Instantly share code, notes, and snippets.

@gabrielpoca
Created June 9, 2015 17:37
Show Gist options
  • Select an option

  • Save gabrielpoca/3f9b55f481480ba027a3 to your computer and use it in GitHub Desktop.

Select an option

Save gabrielpoca/3f9b55f481480ba027a3 to your computer and use it in GitHub Desktop.
Fonts
$Theme-font-sizes: (
mobile: (
subvisual: (
small: (
font-size: 16px,
line-height: 28px
),
base: (
font-size: 24px,
line-height: 36px
),
large: (
font-size: 40px,
line-height: 52px
)
),
heading: (
small: (
font-size: 20px,
line-height: 32px
),
base: (
font-size: 24px,
line-height: 36px
)
),
bodyText: (
small: (
font-size: 16px,
line-height: 28px
),
base: (
font-size: 20px,
line-height: 32px
),
large: (
font-size: 24px,
line-height: 36px
)
)
),
desktop: (
subvisual: (
small: (
font-size: 16px,
line-height: 28px
),
base: (
font-size: 24px,
line-height: 36px
),
large: (
font-size: 40px,
line-height: 52px
)
),
heading: (
small: (
font-size: 20px,
line-height: 32px
),
base: (
font-size: 24px,
line-height: 36px
)
),
bodyText: (
small: (
font-size: 16px,
line-height: 28px
),
base: (
font-size: 20px,
line-height: 32px
),
large: (
font-size: 24px,
line-height: 36px
)
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment