Don't wrap generated font in quotes
This commit is contained in:
parent
4ab0af5feb
commit
d978a5d466
1 changed files with 1 additions and 1 deletions
|
@ -87,6 +87,6 @@ make.font = {
|
|||
s += make.font.size()
|
||||
s += ' '
|
||||
s += make.font.family()
|
||||
return '\'' + s + '\''
|
||||
return s
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue