8
0
Просмотр исходного кода

Follow the sizes defined in the content styles.

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
0fa1638618

+ 1 - 1
packages/ckeditor5-heading/docs/_snippets/features/custom-heading-elements.html

@@ -1,7 +1,7 @@
 <style>
 	h2.fancy, .ck-heading_heading2_fancy {
 		color: #ff0050;
-		font-size: 1.3em;
+		font-size: 17px;
 	}
 </style>
 

+ 1 - 1
packages/ckeditor5-heading/docs/features/headings.md

@@ -61,7 +61,7 @@ For example, the following editor will support the following two heading options
 	// Styles for the heading in the content and for the dropdown item.
 	h2.fancy, .ck-heading_heading2_fancy {
 		color: #ff0050;
-		font-size: 1.3em;
+		font-size: 17px;
 	}
 </style>