1
Good afternoon, I want my String to be formatted as Bold and Italic. In my css file it looks like this:
font-style: italic bold;
It doesn’t work. I’ve tried several ways and I can’t. Can someone please help me?
1
Good afternoon, I want my String to be formatted as Bold and Italic. In my css file it looks like this:
font-style: italic bold;
It doesn’t work. I’ve tried several ways and I can’t. Can someone please help me?
2
Use only font
and not font-style and add the size and which font to use.
Example:
font: italic bold 15px Georgia;
You can see running here
Browser other questions tagged css
You are not signed in. Login or sign up in order to post.
Unsuccessful :(.
– Roknauta
edited the answer. see if it works now
– Leonardo Assunção
Show! Thank you very much.
– Roknauta