fixed: default font size
This commit is contained in:
parent
961ec84588
commit
575a47ce50
2
main.js
2
main.js
|
@ -77,7 +77,7 @@ var themes =
|
||||||
{
|
{
|
||||||
bgcolor: "white",
|
bgcolor: "white",
|
||||||
fontfamily: "'Inconsolata', 'Consolas', monospace",
|
fontfamily: "'Inconsolata', 'Consolas', monospace",
|
||||||
fontsize: "90%",
|
fontsize: "16px",
|
||||||
fontcolor: "black",
|
fontcolor: "black",
|
||||||
lineheight: "130%",
|
lineheight: "130%",
|
||||||
accentcolor: "#5AA7CE"
|
accentcolor: "#5AA7CE"
|
||||||
|
|
Loading…
Reference in New Issue