fontsize.css 309 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. .text-tiny {
  6. font-size: .7em;
  7. }
  8. .text-small {
  9. font-size: .85em;
  10. }
  11. .text-big {
  12. font-size: 1.4em;
  13. }
  14. .text-huge {
  15. font-size: 1.8em;
  16. }