Hi
Add below code in custom.css file
.article-tools .typo-tools strong b {
display: none;
font-weight: 400;
}
.article-tools .typo-tools .Times .Times, .article-tools .typo-tools .Georgia .Georgia, .article-tools .typo-tools .Segoe .Segoe, .article-tools .typo-tools .Helvetica .Helvetica, .article-tools .typo-tools .Default .Default, .article-tools .typo-tools .Bigger .Bigger, .article-tools .typo-tools .Big .Big, .article-tools .typo-tools .Medium .Medium, .article-tools .typo-tools .Small .Small, .article-tools .typo-tools .Smaller .Smaller {
display: inline-block;
}
Let me know if it helps.