mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
Adds CSS sans-serif font family
This commit is contained in:
parent
9876decfec
commit
99cd6e0c99
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ def to_html(journal):
|
|||
html += "\t\t\tp{margin:0;}\n"
|
||||
html += "\t\t\th2{margin:0}\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\tmargin-top:5%;\n"
|
||||
html += "\t\t\t\tmargin-bottom:5%;\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue