freifunk-rhein-sieg.net/_scss/_typography.scss

9 lines
109 B
SCSS
Raw Normal View History

2018-03-13 17:02:47 +00:00
.thin-text {
font-weight: 100;
}
.light-text {
font-weight: 300;
2018-03-17 20:59:56 +00:00
}
.text-center {
text-align: center;
2018-03-13 17:02:47 +00:00
}