Skip to content

Commit

Permalink
amelia, superhero: for multiple google web fonts, make single request
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jan 3, 2013
1 parent 91e9617 commit 3522778
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
4 changes: 1 addition & 3 deletions amelia/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
@import url('//fonts.googleapis.com/css?family=Lobster');

@import url('//fonts.googleapis.com/css?family=Cabin:400,700');
@import url('//fonts.googleapis.com/css?family=Lobster|Cabin:400,700');
/*!
* Bootstrap v2.2.2
*
Expand Down
3 changes: 1 addition & 2 deletions amelia/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions amelia/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
// TYPOGRAPHY
// -----------------------------------------------------

@import url('//fonts.googleapis.com/css?family=Lobster');
@import url('//fonts.googleapis.com/css?family=Cabin:400,700');
@import url('//fonts.googleapis.com/css?family=Lobster|Cabin:400,700');

h6 {
color: @textColor;
Expand Down
4 changes: 1 addition & 3 deletions superhero/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
@import url(//fonts.googleapis.com/css?family=Oswald);

@import url(//fonts.googleapis.com/css?family=Noticia+Text);
@import url('//fonts.googleapis.com/css?family=Oswald|Noticia+Text');
/*!
* Bootstrap v2.2.2
*
Expand Down
3 changes: 1 addition & 2 deletions superhero/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions superhero/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
// TYPOGRAPHY
// --------------------------------------------------

@import url(//fonts.googleapis.com/css?family=Oswald);
@import url(//fonts.googleapis.com/css?family=Noticia+Text);
@import url('//fonts.googleapis.com/css?family=Oswald|Noticia+Text');

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h6 {
font-family: @headingsFontFamily;
Expand Down

0 comments on commit 3522778

Please sign in to comment.