body {
    font-weight: 400;
    color: #000000;
}

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