mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Added Helvetica Neue to the Normal font
This commit is contained in:
parent
c0f5b92e3d
commit
7c0f3a6826
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue