UNPKG

583 BCSSView Raw
1/**
2 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4 */
5/*
6 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8 */
9
10.ck.ck-heading_heading1 {
11 font-size: 20px;
12}
13
14.ck.ck-heading_heading2 {
15 font-size: 17px;
16}
17
18.ck.ck-heading_heading3 {
19 font-size: 14px;
20}
21
22.ck[class*="ck-heading_heading"] {
23 font-weight: bold;
24}
25
26/*# sourceMappingURL=index.css.map */
\No newline at end of file