1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #7519 from eska014/web-presentation

Improve Web export presentation
This commit is contained in:
Rémi Verschelde
2017-01-15 00:30:52 +01:00
committed by GitHub
6 changed files with 246 additions and 185 deletions

View File

@@ -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;
}