client/src/index.scss
changeset 151 57d63a248f0d
parent 144 8b950885ddae
child 174 ac1a026edd58
equal deleted inserted replaced
150:97536386b397 151:57d63a248f0d
     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 }