Added Helvetica Neue to the Normal font

This commit is contained in:
Gerhard Großmann 2015-07-01 12:13:37 +02:00
parent c0f5b92e3d
commit 7c0f3a6826
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ var padeditor = (function()
// No font has been previously selected so use the Normal font
if(normalFont){
self.ace.setProperty("textface", "Arial, sans-serif");
self.ace.setProperty("textface", "'Helvetica Neue',Arial, sans-serif");
// $("#viewfontmenu").val("normal");
}