mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
loading font from db
This commit is contained in:
parent
63f9b32458
commit
4938a5a044
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ function applyConfig(configObj) {
|
|||
setTimerOpacity(configObj.timerOpacity, true);
|
||||
changeKeymapMode(configObj.keymapMode, true);
|
||||
changeKeymapLayout(configObj.keymapLayout, true);
|
||||
setFontFamily(configObj.fontFamily, true);
|
||||
if (
|
||||
configObj.resultFilters == null ||
|
||||
configObj.resultFilters == undefined
|
||||
|
|
Loading…
Reference in a new issue