Fixed casing on Make
This commit is contained in:
parent
8302bac2e1
commit
18631eab1f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ make.fonts = {
|
|||
}
|
||||
s += make.fonts.fontSize();
|
||||
s += " ";
|
||||
s += Make.fonts.fontFamily();
|
||||
s += make.fonts.fontFamily();
|
||||
return "'" + s + "'";
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue