italic text in Dreamweaver also bold - want only italic
I tried lower case "I" tags around text, tried "em" tags around text, in both cases text was bold as well as italic.
Also tried using CSS and getting the same result. Thanks for your help
I tried lower case "I" tags around text, tried "em" tags around text, in both cases text was bold as well as italic.
Also tried using CSS and getting the same result. Thanks for your help
Forum wasn't working but this was my post:
I did try an <em> tag around by text but it made it bold as well as italic.
Also tried to use CSS and I am getting the same result:
}
.italictext {
font-style: italic;
}
<span class="italictext">your text here</span>
Since found the answer - had to add italic versions to webfonts:
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300,300italic,600,600italic,700,700italic" rel="stylesheet" type="text/css" />
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.