Set font to 11pt
This commit is contained in:
parent
c71514528e
commit
ef89e98d08
|
@ -9,7 +9,7 @@
|
||||||
body {
|
body {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
font-family: "code_new_romanregular", Monospace, sans-serif;
|
font-family: "code_new_romanregular", Monospace, sans-serif;
|
||||||
font-size: medium;
|
font-size: 11pt;
|
||||||
margin: 0px auto 0px auto;
|
margin: 0px auto 0px auto;
|
||||||
background-color: #fdf6e3;
|
background-color: #fdf6e3;
|
||||||
color: #586e75; /*base01*/
|
color: #586e75; /*base01*/
|
||||||
|
|
Loading…
Reference in a new issue