/*
* Fonts
*//*
* Font Awesome Icons 4.7.0
*/@font-face   @font-face {
      font-family: 'my-custom-font';
      src: url('') format('woff2'),
           url('fonts/myfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
    }