2018-05-03 15:49:57 +00:00
|
|
|
@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 {
|
2018-05-07 18:56:39 +00:00
|
|
|
font-weight: 100 !important;
|
2018-03-13 17:02:47 +00:00
|
|
|
}
|
|
|
|
.light-text {
|
2018-05-07 18:56:39 +00:00
|
|
|
font-weight: 300 !important;
|
2018-03-17 20:59:56 +00:00
|
|
|
}
|
|
|
|
.text-center {
|
|
|
|
text-align: center;
|
2018-05-07 18:56:39 +00:00
|
|
|
}
|
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
2018-03-13 17:02:47 +00:00
|
|
|
}
|