mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-06 15:34: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…
Add table
Reference in a new issue