Skip to content

Commit

Permalink
Merge branch 'hotfixes' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Vergenz committed Mar 26, 2015
2 parents 65062fe + 05645fc commit 86fac30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/printable.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ html
head
title= toonName + ', ' + toonConcept + ' | ToonStore.net'
link(rel='stylesheet', type='text/css', href='/static/css/printable.css')
link(rel='stylesheet', type='text/css', href='http://fonts.googleapis.com/css?family=Metamorphous&subset=latin,latin-ext')
link(rel='stylesheet', type='text/css', href='//fonts.googleapis.com/css?family=Metamorphous&subset=latin,latin-ext')
link(rel='stylesheet', type='text/css', href='//fonts.googleapis.com/css?family=Armata&subset=latin,latin-ext')
link(rel='icon', type='image/png', href='/static/img/pentacle-simple.png')

Expand All @@ -12,6 +12,8 @@ html
script(src='https://ajax.googleapis.com/ajax/libs/angularjs/1.2.14/angular-sanitize.js')
script(src='/static/js/markdown.js')
script(src='/static/js/sortable.js')

script!= 'var clientStrings = ' + JSON.stringify(__('charsheet.clientStrings')) + ';'
script(src='/static/js/char-extras.js')
script(src='/static/js/char-controllers.js')

Expand Down

0 comments on commit 86fac30

Please sign in to comment.