style(type="text/css").
* {
color:blue;
background: #e0e0e0;
}
p {
font-family: 'Varela Round', sans-serif;
color:green;
text-align: center;
}
@font-face {
font-family: 'Varela Round';
src: url('VarelaRound-Regular.ttf');
}
div#banner-message
p Hello, #{name}
p עברית שפה קשה
button My god, this is amazing
Some of the styles work, but some don't.
fonts don't show correctly, and if I add
I'm using your package on node.js - running the following code :
The pug includes the styling:
Some of the styles work, but some don't. fonts don't show correctly, and if I add
The entire pdf comes empty.
Am I using the package wrong ?