diff options
Diffstat (limited to 'superhero/_bootswatch.scss')
-rw-r--r-- | superhero/_bootswatch.scss | 13 |
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; |