3
TinyMCE v 4 change font style / size / family
TinyMCE v 4 change default font style, font family, color...
tinymce.init({
selector: 'textarea',
height: 350,
content_style: ".mce-content-body {font-size:13px;color: #607d8b;font-family:tahoma,verdana}",
menubar: false,
plugins: [
'advlist autolink lists link image charmap print preview anchor',
'searchreplace visualblocks code fullscreen',
'insertdatetime media table contextmenu paste code'
],
toolbar: 'undo redo | insert | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image'
});
Interserver | Standard & VPS Cloud Hosting | $2.50 /Month
Flexible VPS hosting platform to deploy your online projects.
Economical and balanced between processor cores, memory and storage
rated 3 times
(3)
(0)
comments: 0 / hits: 2043
/ 5 years ago, tue, aug 22, 17, 07:46:43
More From
» JavaScript
Comments
There are no comments for this Snippet yet