@font-face {
  font-family: 'janna';
  src: url('../fonts/janna/janna.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/janna/janna.woff') format('woff'), 
  	   url('../fonts/janna/janna.ttf')  format('truetype'), 
  	   url('../fonts/janna/janna.svg#janna') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'gothamBold';
    src: url('../fonts/gotham/Gotham-Bold.eot');
    src: url('../fonts/gotham/Gotham-Bold.eot?#iefix') format('../fonts/gotham/embedded-opentype'),
    url('../fonts/gotham/Gotham-Bold.woff') format('woff'),
    url('../fonts/gotham/Gotham-Bold.ttf')  format('truetype'),
    url('../fonts/gotham/Gotham-Bold.svg#gothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamBook';
    src: url('../fonts/gotham/Gotham-Book.eot');
    src: url('../fonts/gotham/Gotham-Book.eot?#iefix') format('../fonts/gotham/embedded-opentype'),
    url('../fonts/gotham/Gotham-Book.woff') format('woff'),
    url('../fonts/gotham/Gotham-Book.ttf')  format('truetype'),
    url('../fonts/gotham/Gotham-Book.svg#gothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}