Skip to content

Commit f41d88d

Browse files
committed
Add font files via grunt
1 parent 340ad42 commit f41d88d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Gruntfile.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ module.exports = function(grunt) {
3232
{
3333
expand: true,
3434
flatten: true,
35-
src: ['bower_components/lato-googlefont/Lato-Bold.ttf',
36-
'bower_components/lato-googlefont/Lato-Regular.ttf'],
35+
src: ['bower_components/lato-googlefont/Lato-Regular.ttf',
36+
'bower_components/lato-googlefont/Lato-Italic.ttf',
37+
'bower_components/lato-googlefont/Lato-Bold.ttf',
38+
'bower_components/lato-googlefont/Lato-BoldItalic.ttf'],
3739
dest: 'sphinx_rtd_theme/static/fonts/',
3840
filter: 'isFile'
3941
},
@@ -160,4 +162,3 @@ module.exports = function(grunt) {
160162
grunt.registerTask('default', ['exec:bower_update','clean:build','sass:dev','browserify:dev','exec:build_sphinx','connect','open','watch']);
161163
grunt.registerTask('build', ['exec:bower_update','clean:build','sass:build','browserify:build','exec:build_sphinx']);
162164
}
163-
-682 KB
Binary file not shown.
-706 KB
Binary file not shown.

0 commit comments

Comments
 (0)