summaryrefslogtreecommitdiff
path: root/superhero/_bootswatch.scss
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-10-12 16:54:34 -0400
committerThomas Park <thomas@thomaspark.co>2015-10-12 16:54:34 -0400
commit8ac165c0f3b4779f53d2495b82e063c1b831e7a4 (patch)
tree90feac71c404f1e2170edfe8c76bffef1bd7c49b /superhero/_bootswatch.scss
parent66c63541f70245bac13b997aab7d51826b70e274 (diff)
parentddbd417363ed081082ccc13be45a594cbd18af28 (diff)
Merge pull request #525 from jgillich/gh-pages
superhero: use default font-weight, closes #522
Diffstat (limited to 'superhero/_bootswatch.scss')
-rw-r--r--superhero/_bootswatch.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/superhero/_bootswatch.scss b/superhero/_bootswatch.scss
index 0f731129..0afae16e 100644
--- a/superhero/_bootswatch.scss
+++ b/superhero/_bootswatch.scss
@@ -3,7 +3,6 @@
// -----------------------------------------------------
$web-font-path: "https://fonts.googleapis.com/css?family=Lato:300,400,700" !default;
-
@import url($web-font-path);
// Navbar =====================================================================
@@ -34,8 +33,6 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Lato:300,400,700" !defa
.btn {
- font-weight: 300;
-
&-default {
&:hover {
background-color: darken($btn-default-bg, 3%);
@@ -50,10 +47,6 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Lato:300,400,700" !defa
// Typography =================================================================
-body {
- font-weight: 300;
-}
-
.text-primary,
.text-primary:hover {
color: $brand-primary;
@@ -91,7 +84,6 @@ body {
> li > a {
font-size: 12px;
- font-weight: 300;
}
}
@@ -144,7 +136,6 @@ label,
.checkbox label,
.help-block {
font-size: 12px;
- font-weight: 300;
}
.input-addon,
@@ -254,10 +245,6 @@ label,
// Indicators =================================================================
-.label {
- font-weight: 300;
-}
-
.alert {
color: #fff;