diff --git a/services/web/app/views/templates/index.jade b/services/web/app/views/templates/index.jade index 64d927d186..feade78f51 100644 --- a/services/web/app/views/templates/index.jade +++ b/services/web/app/views/templates/index.jade @@ -25,8 +25,7 @@ block content .row a(ng-href='{{hit.url}}') .col-md-3 - img(src="https://d1hk1zhcb5hn6i.cloudfront.net/52fb8c6f34a287a85245b493/v/0/pdf-converted-cache/style-thumbnail") - //img(ng-src='{{hit.image_url}}') + img(ng-src='{{hit.image_url}}') .col-md-7 h1(ng-bind-html='hit.name') p(ng-bind-html='hit.description') @@ -44,8 +43,7 @@ block content -each template in tag.exampleTemplates .col-md-3.template-thumbnail a(href=template.templatePagePath ? template.templatePagePath : template.canonicalUrl).thumbnail - //- img(src=template.thumbnailUrl) - img(src="https://d1hk1zhcb5hn6i.cloudfront.net/52fb8c6f34a287a85245b493/v/0/pdf-converted-cache/style-thumbnail") + img(src=template.thumbnailUrl) div.caption h3.txt-middle #{template.name} diff --git a/services/web/app/views/templates/tag.jade b/services/web/app/views/templates/tag.jade index 6913c62595..2ac601a596 100644 --- a/services/web/app/views/templates/tag.jade +++ b/services/web/app/views/templates/tag.jade @@ -14,7 +14,6 @@ block content a(href=template.templatePagePath || template.canonicalUrl) .col-md-3.template-thumbnail a(href=template.templatePagePath ? template.templatePagePath : template.canonicalUrl).thumbnail - //- img(src=template.thumbnailUrl) - img(src="https://d1hk1zhcb5hn6i.cloudfront.net/52fb8c6f34a287a85245b493/v/0/pdf-converted-cache/style-thumbnail") + img(src=template.thumbnailUrl) div.caption h3 #{template.name} diff --git a/services/web/app/views/templates/template.jade b/services/web/app/views/templates/template.jade index 4f922fa0a9..50c2db74fb 100644 --- a/services/web/app/views/templates/template.jade +++ b/services/web/app/views/templates/template.jade @@ -18,8 +18,7 @@ block content .row .col-md-12 a(href=template.pdfUrl) - //img(src="#{template.previewUrl}") - img(src="https://d1hk1zhcb5hn6i.cloudfront.net/52fb89a333621a613683ec95/v/1/pdf-converted-cache/style-preview") + img(src="#{template.previewUrl}") .col-md-6 .template-details-section diff --git a/services/web/public/stylesheets/core/variables.less b/services/web/public/stylesheets/core/variables.less index 72243817c5..c4c4d79bd8 100755 --- a/services/web/public/stylesheets/core/variables.less +++ b/services/web/public/stylesheets/core/variables.less @@ -49,8 +49,8 @@ // //## Font, line-height, and color for body text, headings, and more. -@import url(//fonts.googleapis.com/css?family=PT+Serif:400); -@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300); +@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700); +@import url(//fonts.googleapis.com/css?family=PT+Serif:400,600,700); @font-family-sans-serif: "Open Sans", sans-serif; @font-family-serif: "PT Serif", serif; diff --git a/services/web/public/stylesheets/style.less b/services/web/public/stylesheets/style.less index be44cc249c..f05070664b 100755 --- a/services/web/public/stylesheets/style.less +++ b/services/web/public/stylesheets/style.less @@ -64,3 +64,4 @@ @import "app/register.less"; @import "app/blog.less"; @import "app/features.less"; +@import "app/templates.less";