Vulcan/client/sass/partials/_typography.scss
2013-11-04 22:05:19 +09:00

31 lines
No EOL
620 B
SCSS

body, textarea, input, button, input[type="submit"], input[type="button"]{
font-family:"Open Sans", "Proxima Nova Soft", "proxima-nova-soft", "PT SANS", "Helvetica Neue", Helvetica, sans-serif;
color:$text;
line-height:1.6;
}
.post-title, .header, .post-rank, .button{
// font-family:"kulturista-web", Rokkitt, Georgia, serif;
}
a{
text-decoration:none;
font-weight:bold;
&:link, &:visited, &:active{
color:$medium-text;
}
&:hover{
color:$red;
}
}
h2{
font-size: 36px;
margin-bottom: 10px;
}
h3{
font-weight:bold;
margin-bottom:10px;
color:$light-text;
}
.small{
font-size: 80%;
color:$light-text;
}