/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/Jun/2014, 10:06:12
    Author     : cvalente
*/

/****************************************************/
/********INSTALL GOTHAM FONTS************************/
/*@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');  IE9 Compat Modes 
  src: url('webfont.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('webfont.woff') format('woff'),  Modern Browsers 
       url('webfont.ttf')  format('truetype'),  Safari, Android, iOS 
       url('webfont.svg#svgFontName') format('svg');  Legacy iOS 
}*/

@font-face
{
    
    font-family: GothamBook;
    src: url('smartfonts/gothambook.eot'); /* IE9 Compat Modes */
    src: url(smartfonts/GothamBook.ttf)  format('truetype'); /*Safari android IOS*/
    src: url('smartfonts/gothambook.eot?#iefix') format('embedded-opentype'); /*IE6-IE8*/
    /*src: url('webfont.woff') format('woff'); /* Modern Browsers */
    src: url('smartfonts/gothambook.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        
}

@font-face
{
    font-family: GothamBold;
    src:  url('smartfonts/gothambold.eot'); /* IE9 Compat Modes */
    src: url(smartfonts/GothamBold.ttf) format('truetype'); /*Safari, Android, iOS */
    src:  url('smartfonts/gothambold.eot?#iefix') format('embedded-opentype') ;
    src: url('smartfonts/gothambold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face
{
    font-family: GothamBlack;
    src: url('smartfonts/gothamblack.eot'); /* IE9 Compat Modes */
    src: url(smartfonts/GothamBlack.ttf) format('truetype'); /*Safari, Android, iOS */
    src: url('smartfonts/gothamblack.eot?#iefix') format('embedded-opentype'); /*IE6-IE8*/
    src: url('smartfonts/gothamblack.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face
{
    font-family: GothamLight;
    src: url('smartfonts/gothamlight.eot'); /* IE9 Compat Modes */
    src: url(smartfonts/gothamlight.ttf) format('truetype'); /*Safari, Android, iOS */
    src: url('smartfonts/gothamlight.eot?#iefix') format('embedded-opentype') ; /*IE6-IE8*/
    src: url('smartfonts/gothamlight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    
}