mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
don't set browser font on card creation (#543)
This commit is contained in:
parent
8a330820ed
commit
19012e6110
1 changed files with 3 additions and 2 deletions
|
@ -62,8 +62,9 @@ defaultTemplate = {
|
|||
'did': None,
|
||||
'bqfmt': "",
|
||||
'bafmt': "",
|
||||
'bfont': "Arial",
|
||||
'bsize': 12,
|
||||
# we don't define these so that we pick up system font size until set
|
||||
#'bfont': "Arial",
|
||||
#'bsize': 12,
|
||||
}
|
||||
|
||||
class ModelManager(object):
|
||||
|
|
Loading…
Reference in a new issue