Gindi
0
Q:

css italic text

.my_italic_class{
  font-style: italic;
}
15
<i>This text will be in italics</i>
10
font-style: italic;
1
h1 {
  font-style: italic;
}
3
#example {
	font-style: normal; /* no specification, default */
  	font-style: italic; /* font is italic */
    font-style: oblique; /* font is italic, even if italic letters are not specified for font family */
    font-style: inherit; /* inherit property from parent */
	font-style: initial; /* default value */
}
3
.my_italic_class{ font-style: italic }
2
style= "font-style: italic;"
1

New to Communities?

Join the community