/*for rt-icons AND FontAwesome (why s.datasci.tw doesnot load the fonts?)*/
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'rt-icons';
    src: url(/c/fonts/rt-icons.eot);
    src: url(/c/fonts/rt-icons.eot?#iefix) format('embedded-opentype'),url(/c/fonts/rt-icons.woff) format('woff'),url(/c/fonts/rt-icons.ttf) format('truetype'),url(/c/fonts/rt-icons.svg#rt-icons) format('svg');
    font-weight: 400;
    font-style: normal
}
