Anna Fergusson
Results
1
comments of
Anna Fergusson
I'm not sure if this is the proper way, but this chunk of javascript might help :-) ``` $(function() { var editor; $('.ace_editor').each(function( index ) { editor = ace.edit(this); editor.setFontSize("18px");...