From 39c9faac50f558691c3d0c6d2393fb06a3a3055d Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 30 Jun 2014 23:17:02 -0400 Subject: [PATCH] typography update --- public/css/themes/modern.less | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/public/css/themes/modern.less b/public/css/themes/modern.less index fa4b1dfb81..3a89aa25cd 100644 --- a/public/css/themes/modern.less +++ b/public/css/themes/modern.less @@ -1,4 +1,5 @@ @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700); +@import url(http://fonts.googleapis.com/css?family=Raleway:400,300); // Colors // ------------------------- @@ -15,15 +16,21 @@ @brand-danger: #cb4437; @brand-info: #5bc0dd; +::selection { + background: @brand-primary; +} + // Typography // ------------------------- @font-size-base: 13px; @font-family-base: 'Montserrat', sans-serif; -@text-color: @gray-dark; -@text-muted: @gray; +@headings-font-family: 'Montserrat', sans-serif; +@headings-font-weight: 700; +@text-color: @gray-darker; @link-color: @brand-primary; @link-hover-color: @gray-darker; + a { 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 // ------------------------- @@ -54,17 +67,6 @@ a { background-color: @gray-darker; } } -.btn-default, -.btn-primary, -.btn-success, -.btn-warning, -.btn-danger, -.btn-info { - &:hover { - color: #fff; - background-color: #4d4d4d; - } -} .btn-social { padding: 10px 50px;