client/src/index.scss
author ymh <ymh.work@gmail.com>
Tue, 28 Aug 2018 16:57:31 +0200
changeset 148 fcce52a159bc
parent 144 8b950885ddae
child 151 57d63a248f0d
permissions -rw-r--r--
remove react-bootstrap - add a login dropdown component - add a group login component - remove reference to react-bootstrap

@import './sass/bootstrap-custom';
@import './sass/material-font';

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('assets/rubik-v7-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Rubik'), local('Rubik-Regular'),
         url('assets/rubik-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('assets/rubik-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('assets/rubik-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('assets/rubik-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('assets/rubik-v7-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
  }

body {
  margin: 0;
  padding-top: $navbar-height + $navbar-margin-bottom;
  font-family: 'Rubik', sans-serif;
}