summaryrefslogtreecommitdiff
path: root/platform/javascript/export
diff options
context:
space:
mode:
authoreska <eska@eska.me>2017-01-12 14:14:40 +0100
committereska <eska@eska.me>2017-01-14 14:53:40 +0100
commit1f7d4c4d0ee8eba0a1d8084019269a45dfa76be4 (patch)
treec9f552f3792945fbcdbca983a3fb369ca5291302 /platform/javascript/export
parent68422c5dd68ec0e3b326d3718035d6513142fe4c (diff)
Improve usability and style in web export presentation
- Check for WebGL support, don't load if unsupported - Check for IndexedDB support - Make canvas support check message visible - Colored debug output for warnings and errors - Make it obvious status can be closed by clicking - Don't use status to display non-critical errors - Limit output message count - Add clear output button - Fix setting total memory
Diffstat (limited to 'platform/javascript/export')
-rw-r--r--platform/javascript/export/export.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/javascript/export/export.cpp b/platform/javascript/export/export.cpp
index ab64ffbb45..fa84a1e67c 100644
--- a/platform/javascript/export/export.cpp
+++ b/platform/javascript/export/export.cpp
@@ -377,7 +377,7 @@ EditorExportPlatformJavaScript::EditorExportPlatformJavaScript() {
logo->create_from_image(img);
max_memory=3;
html_title="";
- html_font_family="arial,sans-serif";
+ html_font_family="'Droid Sans',arial,sans-serif";
html_controls_enabled=true;
pack_mode=PACK_SINGLE_FILE;
}