typography update

This commit is contained in:
Sahat Yalkabov
2014-06-30 23:17:02 -04:00
parent 6772fb80ef
commit 39c9faac50

View File

@ -1,4 +1,5 @@
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700); @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300);
// Colors // Colors
// ------------------------- // -------------------------
@ -15,15 +16,21 @@
@brand-danger: #cb4437; @brand-danger: #cb4437;
@brand-info: #5bc0dd; @brand-info: #5bc0dd;
::selection {
background: @brand-primary;
}
// Typography // Typography
// ------------------------- // -------------------------
@font-size-base: 13px; @font-size-base: 13px;
@font-family-base: 'Montserrat', sans-serif; @font-family-base: 'Montserrat', sans-serif;
@text-color: @gray-dark; @headings-font-family: 'Montserrat', sans-serif;
@text-muted: @gray; @headings-font-weight: 700;
@text-color: @gray-darker;
@link-color: @brand-primary; @link-color: @brand-primary;
@link-hover-color: @gray-darker; @link-hover-color: @gray-darker;
a { a {
transition: all .4s cubic-bezier(.24,.45,.46,.92); transition: all .4s cubic-bezier(.24,.45,.46,.92);
@ -32,6 +39,12 @@ a {
} }
} }
p {
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: 300;
}
// Buttons // Buttons
// ------------------------- // -------------------------
@ -54,17 +67,6 @@ a {
background-color: @gray-darker; background-color: @gray-darker;
} }
} }
.btn-default,
.btn-primary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info {
&:hover {
color: #fff;
background-color: #4d4d4d;
}
}
.btn-social { .btn-social {
padding: 10px 50px; padding: 10px 50px;