| 1234567891011121314151617181920 |
- /*
- * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
- */
- .text-tiny {
- font-size: .7em;
- }
- .text-small {
- font-size: .85em;
- }
- .text-big {
- font-size: 1.4em;
- }
- .text-huge {
- font-size: 1.8em;
- }
|