Vulcan/client/sass/partials/_typography.scss
2012-09-24 08:06:19 +09:00

23 lines
No EOL
514 B
SCSS

body, textarea, input, button, input[type="submit"], input[type="button"]{
font-family:"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;
}
}
h3{
font-weight:bold;
margin-bottom:10px;
color:$light-text;
}