Skip to content

Commit

Permalink
fixup! Install a profile with our fonts as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed May 22, 2017
1 parent 88d861f commit 5df2bd1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -220,7 +220,7 @@ public static void main(final String[] args) throws IOException {
logger.info(MessageFormat.format("Web server runs on {0}", serverURL));
baseCmdLine = ImmutableList.of(
System.getProperty("phantomjs.binary", "/usr/local/bin/phantomjs"),
"--profile", profile,
"--profile", profile.toString(),
debugPhantomJS? "--debug=true" : "",
"rendersvgs.js",
serverURL);
Expand Down

0 comments on commit 5df2bd1

Please sign in to comment.