Answers for "What is the CSS term for specifying whether text is bold?"

CSS
72

css bold text

.text {
	font-weight: bold;
}
Posted by: Guest on February-22-2020

Code answers related to "What is the CSS term for specifying whether text is bold?"

Browse Popular Code Answers by Language