client/src/index.scss
author ymh <ymh.work@gmail.com>
Fri, 16 Nov 2018 11:19:13 +0100
changeset 173 0e6703cd0968
parent 151 57d63a248f0d
child 174 ac1a026edd58
permissions -rw-r--r--
Correct the Note editor. Split the source file in sub components. Correct a timing problem on the editor checkbox.

@import './scss/custom';
@import './scss/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;
}