Skip to content

Commit

Permalink
remap Khula regular as well as light
Browse files Browse the repository at this point in the history
  • Loading branch information
nsonnad committed Mar 21, 2016
1 parent 764b226 commit 67ffcbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/js/components/ChartExport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ var ChartExport = React.createClass({
var autoClickDownload = this._autoClickDownload;
saveSvgAsPng.svgAsDataUri(chart, {
cleanFontDefs: true,
fontFamilyRemap: { "Khula-Light": "Khula Light"}
fontFamilyRemap: {
"Khula-Light": "Khula Light",
"Khula-Regular": "Khula",
}
}, function(uri) {
autoClickDownload(filename, uri);
});
Expand Down

0 comments on commit 67ffcbd

Please sign in to comment.