UNPKG

367 BCSSView Raw
1/*
2 * Copyright (c) 2003-2023, 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.ck.ck-heading_heading1 {
7 font-size: 20px;
8}
9
10.ck.ck-heading_heading2 {
11 font-size: 17px;
12}
13
14.ck.ck-heading_heading3 {
15 font-size: 14px;
16}
17
18.ck[class*="ck-heading_heading"] {
19 font-weight: bold;
20}