equal
deleted
inserted
replaced
1 @import './sass/bootstrap-custom'; |
1 @import './scss/custom'; |
2 @import './sass/material-font'; |
2 @import './scss/material-font'; |
|
3 |
3 |
4 |
4 @font-face { |
5 @font-face { |
5 font-family: 'Rubik'; |
6 font-family: 'Rubik'; |
6 font-style: normal; |
7 font-style: normal; |
7 font-weight: 400; |
8 font-weight: 400; |
14 url('assets/rubik-v7-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */ |
15 url('assets/rubik-v7-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */ |
15 } |
16 } |
16 |
17 |
17 body { |
18 body { |
18 margin: 0; |
19 margin: 0; |
19 padding-top: $navbar-height + $navbar-margin-bottom; |
20 // padding-top: $navbar-height + $navbar-margin-bottom; |
20 font-family: 'Rubik', sans-serif; |
21 font-family: 'Rubik', sans-serif; |
21 } |
22 } |