Changes between Initial Version and Version 1 of Ticket #12492, comment 3
- Timestamp:
- Sep 4, 2015, 9:47:19 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12492, comment 3
initial v1 1 1 This is in my config: 2 {{{ 2 3 //google fonts 3 4 var initialString = "Audiowide"; … … 8 9 } 9 10 config.contentsCss = [config.contentsCss].concat(myFonts); 10 11 }}} 11 12 and when I use it, CKEditor insert into content this: 12 13 <p><span style="font-family:audiowide">fasdfasdfasd</span></p>