Как смелый текст в CSS
p.normal {
font-weight: normal;
}
p.thick {
font-weight: bold;
}
p.thicker {
font-weight: 900;
}
Mehrshad Farzaneh
p.normal {
font-weight: normal;
}
p.thick {
font-weight: bold;
}
p.thicker {
font-weight: 900;
}
style= "font-style: italic;"
font-style: normal;
font-style: italic;
font-style: oblique;
font-style: oblique 10deg;
/* global values */
font-style: inherit;
font-style: initial;
font-style: unset;
.example {
font-style: italic;
}