font weight css
font-weight: 200; /*100 200 300 400 500 600 700 800 900
Defines from thin to thick characters.
400 is the same as normal,
and 700 is the same as bold*//* key word "lighter", "normal", "bold", or "bolder" */
.normal {
font-weight: normal;
}
/* number between 100 and 900 */
.heavy {
font-weight: 900;
}
font-weight: bold;we can set text bold using css property named 'font-weight'
Syntax:
selector{
font-weight: bold;
}p.normal {
font-weight: normal;
}
p.thick {
font-weight: bold;
}
p.thicker {
font-weight: 900;
}.text {
font-weight: bold;
}
Also in CSS:
- css erase text
- html dim entire screen
- npm 'cross-env' is not recognized as an internal or external command
- css browser prefixes
- html static background
- watch scss to css
- css overwriting styles
- child css
- dropdown menu css
- text-overflow ellipsis multiple lines
- font weight css
- free css templates
- HOW TO REDUCE BACKGROUND IMAGE SIZE IN CSS
- selecting last child css
- asp.net set css class in code behind
- css translate3d
- how do you center buttons in css
- how to use visited hover active and visited in css
- remove border radius select css
- image crop using css 1:1
- css text outline
- wrapper html
- react import css
- image cover css