@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/seg.eot');
    src: local('Segoe UI'), url('../fonts/seg.woff') format('woff'), url('../fonts/seg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segb.eot');
    src: local('Segoe UI Bold'), url('../fonts/segb.woff') format('woff'), url('../fonts/segb.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segbi.eot');
    src: local('Segoe UI Bold Italic'), url('../fonts/segbi.woff') format('woff'), url('../fonts/segbi.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segi.eot');
    src: local('Segoe UI Italic'), url('../fonts/segi.woff') format('woff'), url('../fonts/segi.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
  font-family: 'Didact Gothic';
  src: url('../fonts/dg.eot');
  src: local('Didact Gothic'), local('DidactGothic'), url('../fonts/dg.woff') format('woff'), url('../fonts/dg.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/trbi.eot');
    src: local('Trebuchet MS Bold Italic'), url('../fonts/trbi.woff') format('woff'), url('../fonts/trbi.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}