Skip to content

Commit

Permalink
pack fonts in default template into pdf template as well (#6600)
Browse files Browse the repository at this point in the history
  • Loading branch information
superyyrrzz authored Sep 29, 2020
1 parent 66cf03b commit 893a6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docfx.website.themes/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var pack = {
"cwd": "common",
},
{
"files": templateFiles,
"files": templateFiles.concat([ "fonts/*" ]),
"cwd": "default",
},
{
Expand Down

0 comments on commit 893a6f0

Please sign in to comment.