Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Add Bold,Italic and Underline options #116

Open
dhinesh-venkat opened this issue Dec 7, 2020 · 1 comment
Open

Add Bold,Italic and Underline options #116

dhinesh-venkat opened this issue Dec 7, 2020 · 1 comment

Comments

@dhinesh-venkat
Copy link

I would like to have an option that allows me to increase the font size of selected text, bold, italic, and underlines it.

@Khushipm
Copy link

For the text you want to edit use, the selector is p
p{
font-size: ___ px ;
font-weight: bold;
font-style: italic;
text-decoration: underline;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants