@font-face {
    font-family: 'Ubuntu Regular';
    src: url('../fonts/Ubuntu-R-webfont.eot');
    src: local('Ubuntu Regular'),
         url('../fonts/Ubuntu-R-webfont.eot?iefix') format('eot'),
         url('../fonts/Ubuntu-R-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-R-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-R-webfont.svg#webfontGZB3fjCF') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Babel Sans';
    src: url('../fonts/BabelSans.eot');
    src: local('Babel Sans'),
         url('../fonts/BabelSans.eot?iefix') format('eot'),
         url('../fonts/BabelSans.woff') format('woff'),
         url('../fonts/BabelSans.ttf') format('truetype'),
         url('../fonts/BabelSans.svg#BabelSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/comic.ttf');
    src: local('Comic Sans MS'),
         url('../fonts/comic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Franklin Gothic Medium Cond';
    src: url('../fonts/framdcn.ttf');
    src: local('Franklin Gothic Medium'),
         url('../fonts/framdcn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*****************************************************/
/******   B A S I C    S T Y L E S   *****************/
/*****************************************************/
/*
h1, h2, h1 *, h2 * {
  letter-spacing: -1px;
  word-spacing: 2px;
  font-family: "Ubuntu Regular", sans-serif;
  font-weight: normal;
}
*/
