Vulcan/client/sass/partials/_typography.scss

23 lines
527 B
SCSS
Raw Normal View History

2012-08-25 11:20:17 +09:00
body, textarea, input, button, input[type="submit"], input[type="button"]{
2012-12-11 10:47:11 +09:00
font-family:"Open Sans", "Proxima Nova Soft", "proxima-nova-soft", "PT SANS", "Helvetica Neue", Helvetica, sans-serif;
2012-08-25 11:20:17 +09:00
color:$text;
line-height:1.6;
}
.post-title, .header, .post-rank, .button{
2012-08-31 18:58:12 +09:00
// font-family:"kulturista-web", Rokkitt, Georgia, serif;
2012-08-25 11:20:17 +09:00
}
a{
text-decoration:none;
font-weight:bold;
&:link, &:visited, &:active{
2012-09-24 08:06:19 +09:00
color:$medium-text;
2012-08-25 11:20:17 +09:00
}
&:hover{
2012-09-24 08:06:19 +09:00
color:$red;
2012-08-25 11:20:17 +09:00
}
2012-09-19 09:03:25 +09:00
}
h3{
font-weight:bold;
margin-bottom:10px;
color:$light-text;
2012-08-25 11:20:17 +09:00
}