Skip to content

Commit

Permalink
Revert "Move to Varela Round from Lato."
Browse files Browse the repository at this point in the history
This reverts commit 674519a.
  • Loading branch information
karthikb351 committed Apr 12, 2015
1 parent 502cb64 commit 812115a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/css/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("//fonts.googleapis.com/css?family=Varela+Round:400,700,400italic");
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
/*!
* bootswatch v3.3.4+1
* Homepage: http://bootswatch.com
Expand Down Expand Up @@ -1084,7 +1084,7 @@ html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.42857143;
color: #2c3e50;
Expand Down Expand Up @@ -1186,7 +1186,7 @@ h6,
.h4,
.h5,
.h6 {
font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.1;
color: inherit;
Expand Down Expand Up @@ -5842,7 +5842,7 @@ button.close {
position: absolute;
z-index: 1070;
display: block;
font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 1.4;
Expand Down Expand Up @@ -5949,7 +5949,7 @@ button.close {
display: none;
max-width: 276px;
padding: 1px;
font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: normal;
line-height: 1.42857143;
Expand Down

0 comments on commit 812115a

Please sign in to comment.