try making the font-size smaller so that text looks bigger. ???
This commit is contained in:
parent
e7634ad037
commit
70895d2666
|
@ -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.
|
||||
|
||||
>>> t.create(); t.jq.length == 1;
|
||||
true
|
||||
*/
|
||||
|
|
|
@ -34,10 +34,11 @@ p {
|
|||
.box {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.page {
|
||||
clear:left;
|
||||
font-family: Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
width: {{width}}px;
|
||||
height: {{height}}px;
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user