texto en negrita CSS
.text {
font-weight: bold;
}
k-vernooy
.text {
font-weight: bold;
}
p.normal {
font-weight: normal;
}
p.thick {
font-weight: bold;
}
p.thicker {
font-weight: 900;
}