Skip to content

Commit

Permalink
Fix Google Web Fonts for HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie committed Aug 26, 2014
1 parent f936515 commit a3714ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const pkgdef :Spk.PackageDefinition = (
# This manifest is included in your app package to tell Sandstorm
# about your app.

appVersion = 0, # Increment this for every release.
appVersion = 1, # Increment this for every release.

actions = [
# Define your "new document" handlers here.
Expand Down
4 changes: 2 additions & 2 deletions views/home.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ html(lang="en")
<!-- SCRIPTS -->
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Covered+By+Your+Grace' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Covered+By+Your+Grace' rel='stylesheet' type='text/css'>

title scrumblr

Expand Down
4 changes: 2 additions & 2 deletions views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ html(lang="en")
<link rel="stylesheet" title="cardsize" href="/css/bigcards.css" type="text/css" media="all" />

<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Covered+By+Your+Grace' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Covered+By+Your+Grace' rel='stylesheet' type='text/css'>

title= locals.pageTitle

Expand Down

0 comments on commit a3714ce

Please sign in to comment.