Added default font to a list of available fonts in text editor XModule

Added acceptance test scenario to test for existense of "Default" font and all tinyMCE built-in fonts
Updated AUTHORS
This commit is contained in:
E. Kolpakov
2014-08-21 20:24:18 +04:00
parent 570a922661
commit dcc82e1abe
5 changed files with 139 additions and 28 deletions

View File

@@ -2,6 +2,10 @@
.mce-content-body {
padding: 10px;
background-color: #fff;
/* keep font-family in sync with CUSTOM_FONTS constant in Html editor XModule
* (edx-platform/common/lib/xmodule/xmodule/js/src/html/edit.coffee)
* and with acceptance tests in cms/djangoapps/contentstore/features/html-editor.feature
*/
font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.6;