milligram/src/_Typography.sass

56 lines
969 B
Sass
Raw Permalink Normal View History

2015-12-26 01:58:41 +00:00
// Typography
//
b,
strong
2020-05-17 21:41:05 +00:00
font-weight: bold
2015-12-26 01:58:41 +00:00
p
2020-05-17 21:41:05 +00:00
margin-top: 0
2015-12-26 01:58:41 +00:00
h1,
h2,
h3,
h4,
h5,
h6
2021-03-21 07:48:28 +00:00
font-weight: bold
2020-05-17 21:41:05 +00:00
letter-spacing: -.1rem
margin-bottom: 2.0rem
margin-top: 0
2021-03-21 07:48:28 +00:00
color: $color-secondary
2015-12-26 01:58:41 +00:00
h1
2021-03-21 07:48:28 +00:00
font-size: 5.6rem
2020-05-17 21:41:05 +00:00
line-height: 1.2
2015-12-26 01:58:41 +00:00
h2
2020-05-17 21:41:05 +00:00
font-size: 3.6rem
line-height: 1.25
2015-12-26 01:58:41 +00:00
h3
2020-05-17 21:41:05 +00:00
font-size: 2.8rem
line-height: 1.3
2015-12-26 01:58:41 +00:00
h4
2020-05-17 21:41:05 +00:00
font-size: 2.2rem
letter-spacing: -.08rem
line-height: 1.35
2015-12-26 01:58:41 +00:00
h5
2020-05-17 21:41:05 +00:00
font-size: 1.8rem
letter-spacing: -.05rem
line-height: 1.5
2015-12-26 01:58:41 +00:00
h6
2020-05-17 21:41:05 +00:00
font-size: 1.6rem
letter-spacing: 0
line-height: 1.4
2021-03-21 07:48:28 +00:00
.heading-fancy
letter-spacing: 6px
margin: 0
color: #71cad1
text-shadow: -1px 0 #27162a, 0 -1px #27162a, 1px 0 #27162a, 0 1px #27162a, 1px 1px #27162a, -1px -1px #27162a, -2px 2px #27162a, 2px -2px #27162a, 3px 3px #ef71a8, 4px 4px #ef71a8, 5px 5px #ef71a8, 6px 6px #ef71a8