dash-website/_sass/_typography.scss
Joshua Seigler 14f66a0182 fonts
2016-07-29 00:24:13 -04:00

46 lines
630 B
SCSS

@import "fonts/worksans/bold";
@import "fonts/worksans/semibold";
@import "fonts/open-sans/regular";
@import "fonts/open-sans/italic";
body {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
line-height: 1.5;
}
p {
font-size: 14px;
line-height: 22px;
a {
color: $blue;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
h1, h2, h3 {
font-family: 'Work Sans', Helvetica, Arial, sans-serif;
}
h1 {
font-size: 36px;
line-height: 40px;
font-weight: bold;
}
h2 {
font-size: 22px;
color: $blue;
}
h3 {
font-size: 20px;
color: $black;
}
a {
text-decoration: none;
color: $blue;
}