Browse Source

use new lesson-builder

Gregg Tavares 5 years ago
parent
commit
58bee4c3b2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Gruntfile.js

+ 2 - 2
Gruntfile.js

@@ -134,7 +134,7 @@ module.exports = function(grunt) {
       thumbnailBackground: 'threejsfundamentals-background.jpg',
       text: [
         {
-          font: 'bold 100px sans-serif',
+          font: 'bold 100px lesson-font',
           verticalSpacing: 100,
           offset: [100, 120],
           textAlign: 'left',
@@ -143,7 +143,7 @@ module.exports = function(grunt) {
           textWrapWidth: 1000,
         },
         {
-          font: 'bold 60px sans-serif',
+          font: 'bold 60px lesson-font',
           text: 'threejsfundamentals.org',
           verticalSpacing: 100,
           offset: [-100, -90],