Skip to content

Commit

Permalink
charset sdded for font issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujith Isura authored and Yujith Isura committed Oct 18, 2019
1 parent 2befe36 commit b77d974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions documents/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ return `
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<style>
.header-left { grid-area: leftheader; background-color: azure;}
.header { background-color: white; vertical-align: bottom;text-align: center;}
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ var options = {
})();

const pdfTemplate = require('./documents');

const PresidentialPdfTemplate = require('./documents/presidential_nomination_form_sin.js');


const app = express();

const port = process.env.PORT || 5000;
Expand Down

0 comments on commit b77d974

Please sign in to comment.