Adds CSS sans-serif font family

This commit is contained in:
arcanine 2017-10-20 11:50:02 -04:00
parent 9876decfec
commit 99cd6e0c99

View file

@ -74,6 +74,7 @@ def to_html(journal):
html += "\t\t\tp{margin:0;}\n" html += "\t\t\tp{margin:0;}\n"
html += "\t\t\th2{margin:0}\n" html += "\t\t\th2{margin:0}\n"
html += "\t\t\tbody{\n" html += "\t\t\tbody{\n"
html += "\t\t\t\tfont-family: sans-serif;\n"
html += "\t\t\t\tbackground: #252a32;\n" html += "\t\t\t\tbackground: #252a32;\n"
html += "\t\t\t\tmargin-top:5%;\n" html += "\t\t\t\tmargin-top:5%;\n"
html += "\t\t\t\tmargin-bottom:5%;\n" html += "\t\t\t\tmargin-bottom:5%;\n"