diff options
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r-- | cosmo/bootstrap.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css index d7d15704..4691d1c3 100644 --- a/cosmo/bootstrap.css +++ b/cosmo/bootstrap.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=family=Source+Sans+Pro:400,700"); +@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"); /*! * Bootswatch v3.2.0 * Homepage: http://bootswatch.com @@ -889,7 +889,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Open Sans", Calibri, Candara, Arial, sans-serif; + font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; font-size: 15px; line-height: 1.42857143; color: #333333; @@ -990,7 +990,7 @@ h6, .h4, .h5, .h6 { - font-family: "Open Sans", Calibri, Candara, Arial, sans-serif; + font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; font-weight: 300; line-height: 1.1; color: inherit; @@ -6179,6 +6179,9 @@ button.close { .btn-group-lg > .btn { padding-top: 19px; } +body { + -webkit-font-smoothing: antialiased; +} .text-primary, .text-primary:hover { color: #2780e3; |