index.js 344 B

12345678910111213141516
  1. /**
  2. * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. import font from './font/input.html';
  6. import fontModel from './font/model.html';
  7. export const fixtures = {
  8. input: {
  9. font
  10. },
  11. model: {
  12. font: fontModel
  13. }
  14. };