6 lines
70 B
SCSS
6 lines
70 B
SCSS
|
.thin-text {
|
||
|
font-weight: 100;
|
||
|
}
|
||
|
.light-text {
|
||
|
font-weight: 300;
|
||
|
}
|