don't set browser font on card creation (#543)
This commit is contained in:
parent
8a330820ed
commit
19012e6110
@ -62,8 +62,9 @@ defaultTemplate = {
|
|||||||
'did': None,
|
'did': None,
|
||||||
'bqfmt': "",
|
'bqfmt': "",
|
||||||
'bafmt': "",
|
'bafmt': "",
|
||||||
'bfont': "Arial",
|
# we don't define these so that we pick up system font size until set
|
||||||
'bsize': 12,
|
#'bfont': "Arial",
|
||||||
|
#'bsize': 12,
|
||||||
}
|
}
|
||||||
|
|
||||||
class ModelManager(object):
|
class ModelManager(object):
|
||||||
|
Loading…
Reference in New Issue
Block a user