Skip to content

Commit a63702e

Browse files
davidfischeragjohnson
authored andcommitted
Fix missing fonts (#4060)
1 parent 53ba3ca commit a63702e

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

gulpfile.js

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var sources = {
2929

3030
'font/Lato-Bold.ttf': {src: 'bower_components/lato-googlefont/Lato-Bold.ttf'},
3131
'font/Lato-Regular.ttf': {src: 'bower_components/lato-googlefont/Lato-Regular.ttf'},
32+
'font/Lato-Italic.ttf': {src: 'bower_components/lato-googlefont/Lato-Italic.ttf'},
3233
'font/Inconsolata-Bold.ttf': {src: 'bower_components/inconsolata-googlefont/Inconsolata-Bold.ttf'},
3334
'font/Inconsolata-Regular.ttf': {src: 'bower_components/inconsolata-googlefont/Inconsolata-Regular.ttf'},
3435
'font/RobotoSlab-Bold.ttf': {src: 'bower_components/robotoslab-googlefont/RobotoSlab-Bold.ttf'},
@@ -39,6 +40,7 @@ var sources = {
3940
'font/fontawesome-webfont.svg': {src: 'bower_components/font-awesome/fonts/fontawesome-webfont.svg'},
4041
'font/fontawesome-webfont.ttf': {src: 'bower_components/font-awesome/fonts/fontawesome-webfont.ttf'},
4142
'font/fontawesome-webfont.woff': {src: 'bower_components/font-awesome/fonts/fontawesome-webfont.woff'},
43+
'font/fontawesome-webfont.woff2': {src: 'bower_components/font-awesome/fonts/fontawesome-webfont.woff2'},
4244
'font/FontAwesome.otf': {src: 'bower_components/font-awesome/fonts/FontAwesome.otf'}
4345
},
4446
projects: {
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)