Skip to content

Commit 4b0568f

Browse files
committed
Switched to local fonts for now
1 parent 15ea071 commit 4b0568f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = function(grunt) {
4040
},
4141
cloudfront_clear: {
4242
invalidateAll: {
43-
resourcePaths: ["/"],
43+
resourcePaths: ["/css/main.css"],
4444
secret_key: s3config.secret,
4545
access_key: s3config.key,
4646
dist: s3config.cloudfront_distribution_id

templates/layout.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ html(lang='en')
1717
script(src='/js/prettify.js')
1818

1919
script(src='http://vjs.zencdn.net/4.0/video.js')
20-
link(href='http://vjs.zencdn.net/4.0/video-js.css', rel='stylesheet')
20+
link(href='/css/video-js/video-js.css', rel='stylesheet')
2121

2222
script(src='/js/scripts.js')
2323

0 commit comments

Comments
 (0)