How to change font sizes within a paragraph

Hello,

I am currently adding content with cornerstone. So far so good, im starting to get a hang out of it.

I just have an issue with the font customization. I would like to change the size of specific words within a paragraph but i have no clue how to do it. So basically the whole paragraph is in 17px size but i want for some words to be for example 22px. How can i achieve that?

Any suggestions on how to do that?

Thanks!

Hi There,

You can wrap your text like this:

<span style="font-size: 22px">your text will go here</span>

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.