summaryrefslogtreecommitdiff
path: root/flatly/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-11 18:47:31 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-11 18:47:31 -0500
commita43354fc783adee59aae1b6cfb4dc253837af316 (patch)
treed8cbf5ad7ae83de457b732cf1dbe330f47a0bd75 /flatly/bootstrap.css
parent3e47ea915c72c282afdccd25ce78b0b0e6da6d8c (diff)
flatly: drop lato 900 weight, use 400 for headings
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css
index dd849f1e..bd22201e 100644
--- a/flatly/bootstrap.css
+++ b/flatly/bootstrap.css
@@ -1,4 +1,4 @@
-@import url("//fonts.googleapis.com/css?family=Lato:400,700,900,400italic");
+@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
/*!
* Bootswatch v3.1.0+1
* Homepage: http://bootswatch.com
@@ -359,7 +359,7 @@ h6,
.h5,
.h6 {
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-weight: 500;
+ font-weight: 400;
line-height: 1.1;
color: inherit;
}