CSS Font Weight

Font-weight controls how bold text appears.

Preview

Code

<style>
p{
font-weight:bold;
font-size:18px;
}
</style>

<p>This text is bold.</p>

More CSS Fonts Examples (8)