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

16 lines
289 B
SCSS
Raw Normal View History

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');
body {
font-family: 'Roboto', sans-serif;
}
2018-03-13 17:02:47 +00:00
.thin-text {
font-weight: 100 !important;
2018-03-13 17:02:47 +00:00
}
.light-text {
font-weight: 300 !important;
2018-03-17 20:59:56 +00:00
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
2018-03-13 17:02:47 +00:00
}