Skip to content

Commit

Permalink
Protocol-relative URLs for Google Font @imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rwe committed Jan 1, 2013
1 parent dd06cdf commit fff020f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion readable/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic');
@import url('//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic');
/*!
* Bootstrap v2.2.2
*
Expand Down
2 changes: 1 addition & 1 deletion readable/bootstrap.min.css

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

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

@import url('http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic');
@import url('//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic');

// SCAFFOLDING
// -----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion spacelab/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
/*!
* Bootstrap v2.2.2
*
Expand Down
2 changes: 1 addition & 1 deletion spacelab/bootstrap.min.css

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

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

@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');

// SCAFFOLDING
// -----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion spruce/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url(http://fonts.googleapis.com/css?family=Crete+Round);
@import url(//fonts.googleapis.com/css?family=Crete+Round);
/*!
* Bootstrap v2.2.2
*
Expand Down
2 changes: 1 addition & 1 deletion spruce/bootstrap.min.css

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

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

@import url(http://fonts.googleapis.com/css?family=Crete+Round);
@import url(//fonts.googleapis.com/css?family=Crete+Round);

h1 > small,
h2 > small,
Expand Down

0 comments on commit fff020f

Please sign in to comment.