Fixed casing on Make

This commit is contained in:
pyoor 2017-04-24 11:14:58 -04:00
parent 8302bac2e1
commit 18631eab1f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ make.fonts = {
}
s += make.fonts.fontSize();
s += " ";
s += Make.fonts.fontFamily();
s += make.fonts.fontFamily();
return "'" + s + "'";
}
};