Skip to content

Commit

Permalink
web font import now over ssl
Browse files Browse the repository at this point in the history
performance should be ok with google property.
  • Loading branch information
thomaspark committed Mar 16, 2012
1 parent a29761e commit ccd7f0c
Show file tree
Hide file tree
Showing 21 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions amelia/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url('http://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Lobster');

@import url('http://fonts.googleapis.com/css?family=Cabin:400,700');
@import url('https://fonts.googleapis.com/css?family=Cabin:400,700');
/*!
* Bootstrap v2.0.2
*
Expand Down
4 changes: 2 additions & 2 deletions amelia/bootstrap.min.css

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

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

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

.navbar .brand, legend {
font-family: @headingsFontFamily;
Expand Down
2 changes: 1 addition & 1 deletion cerulean/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url(http://fonts.googleapis.com/css?family=Telex);
@import url(https://fonts.googleapis.com/css?family=Telex);
/*!
* Bootstrap v2.0.2
*
Expand Down
2 changes: 1 addition & 1 deletion cerulean/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 cerulean/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=Telex);
@import url(https://fonts.googleapis.com/css?family=Telex);

.navbar, .subnav {
font-family: @headingsFontFamily;
Expand Down
2 changes: 1 addition & 1 deletion cyborg/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('http://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
/*!
* Bootstrap v2.0.2
*
Expand Down
2 changes: 1 addition & 1 deletion cyborg/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 cyborg/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=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');

.navbar {
font-size: 16px;
Expand Down
2 changes: 1 addition & 1 deletion journal/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:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/*!
* Bootstrap v2.0.2
*
Expand Down
2 changes: 1 addition & 1 deletion journal/bootstrap.min.css

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

24 changes: 12 additions & 12 deletions journal/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,10 @@
// Version: 2.0.2
// -----------------------------------------------------

// SCAFFOLDING
// -----------------------------------------------------

a {
text-decoration: underline;
}

.nav a, .navbar .brand, .subnav a, a.btn {
text-decoration: none;
}

// TYPOGRAPHY
// -----------------------------------------------------

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

h1, h2, h3, h4, h5, h6, .brand, .navbar, .subnav a, blockquote > p {
font-family: 'Open Sans', sans-serif;
Expand All @@ -28,6 +17,17 @@ h1, h2, h3, h4, h5, h6, .brand {
font-weight: 700;
}

// SCAFFOLDING
// -----------------------------------------------------

a {
text-decoration: underline;
}

.nav a, .navbar .brand, .subnav a, a.btn {
text-decoration: none;
}

// NAVBAR
// -----------------------------------------------------

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=Josefin+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400,700');
/*!
* Bootstrap v2.0.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=Josefin+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400,700');

.navbar .brand, legend, .btn,
.navbar .nav > li > a,
Expand Down
4 changes: 2 additions & 2 deletions superhero/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Oswald);

@import url(http://fonts.googleapis.com/css?family=Noticia+Text);
@import url(https://fonts.googleapis.com/css?family=Noticia+Text);
/*!
* Bootstrap v2.0.2
*
Expand Down
4 changes: 2 additions & 2 deletions superhero/bootstrap.min.css

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

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

@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Noticia+Text);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Noticia+Text);

h1, h2, h3, h4, h5, h6, legend, .navbar .brand,
.navbar .nav > li > a,
Expand Down
2 changes: 1 addition & 1 deletion united/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
/*!
* Bootstrap v2.0.2
*
Expand Down
2 changes: 1 addition & 1 deletion united/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 united/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=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);

// NAVBAR
// -----------------------------------------------------
Expand Down

0 comments on commit ccd7f0c

Please sign in to comment.