diff --git a/packages/block-library/src/style.scss b/packages/block-library/src/style.scss index 8ca793de2c0558..fc84d096ccca37 100644 --- a/packages/block-library/src/style.scss +++ b/packages/block-library/src/style.scss @@ -113,7 +113,12 @@ font-size: 13px; } -.has-regular-font-size { +.has-regular-font-size, // not used now, kept because of backward compatibility. +.has-normal-font-size { + font-size: 16px; +} + +.has-medium-font-size { font-size: 20px; } @@ -121,6 +126,7 @@ font-size: 36px; } -.has-larger-font-size { +.has-larger-font-size, // not used now, kept because of backward compatibility. +.has-huge-font-size, { font-size: 42px; }