try making the font-size smaller so that text looks bigger. ???

This commit is contained in:
Sanj 2011-07-09 04:19:58 +05:30
parent e7634ad037
commit 70895d2666
2 changed files with 2 additions and 2 deletions

View File

@ -534,7 +534,6 @@ var TextBox = function(canvas, json, index) {
/* /*
Call this function to create a new Text Box - if passed json, the TextBox is instantiated from the JSON, else it uses defaults. Call this function to create a new Text Box - if passed json, the TextBox is instantiated from the JSON, else it uses defaults.
>>> t.create(); t.jq.length == 1; >>> t.create(); t.jq.length == 1;
true true
*/ */

View File

@ -34,10 +34,11 @@ p {
.box { .box {
position: absolute; position: absolute;
} }
.page { .page {
clear:left; clear:left;
font-family: Helvetica, sans-serif; font-family: Helvetica, sans-serif;
font-size: 14px; font-size: 12px;
width: {{width}}px; width: {{width}}px;
height: {{height}}px; height: {{height}}px;
/* /*