Answers for "how to make fonts extra bold in css"

1

how to only make a part bold in css

<!-- It's better if you do it in your HTML file instead -->

<p><strong>This is bold</strong>this is not</p>
Posted by: Guest on June-03-2020
0

font semi bold css

font-weight: 600;
Posted by: Guest on November-24-2021

Browse Popular Code Answers by Language