CSS property: font-weight
    Description
Syntax
Versions
Examples
p {
    font-weight: bold;
}
h2 {
    font-weight: normal;
}
a {
    font-weight: inherit;
}    font-weightp {
    font-weight: bold;
}
h2 {
    font-weight: normal;
}
a {
    font-weight: inherit;
}