Ok here are the results:
This was the command line command:
any2epub -override-css="test.css" nighthorseman.txt
It spun along happily, finally producing this output:
verride-css=test.css
I changed the .css ext to zip and opened it it was a standard epub file so I changed ext to epub and loaded it into Calibre viewer. No changes so the external css didn't work. here is my css:
h1 {
font-size: 18pt;
}
h2 {
font-size: 16pt;
font-name: "Monotype Corsiva";
}
body {
font-size: 12pt;
font-name: "Times New Roman";
}
That's the content of my css was I supposed to put anything other than that in the CSS file? Some sort of header maybe?
Thanks,
Paul
|