fontsize.css 428 B

123456789101112131415161718192021
  1. /*
  2. * 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. /* The values should be synchronized with the "FONT_SIZE_PRESET_UNITS" object in the "/src/fontsize/utils.js" file. */
  6. .text-tiny {
  7. font-size: .7em;
  8. }
  9. .text-small {
  10. font-size: .85em;
  11. }
  12. .text-big {
  13. font-size: 1.4em;
  14. }
  15. .text-huge {
  16. font-size: 1.8em;
  17. }