9 lines
109 B
SCSS
9 lines
109 B
SCSS
.thin-text {
|
|
font-weight: 100;
|
|
}
|
|
.light-text {
|
|
font-weight: 300;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
} |