﻿
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('roboto/Roboto-Light.eot');
  src:  local('Roboto Light'), 
        local('Roboto-Light'), 
        url('roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('roboto/Roboto-Light.woff') format('woff'),
        url('roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('roboto/Roboto-Regular.eot');
  src:  local('Roboto Regular'), 
        local('Roboto-Regular'), 
        url('roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('roboto/Roboto-Regular.woff') format('woff'),
        url('roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('roboto/Roboto-Regular.eot');
  src:  local('Roboto Medium'), 
        local('Roboto-Medium'), 
        url('roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('roboto/Roboto-Medium.woff') format('woff'),
        url('roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('roboto/Roboto-Bold.eot');
  src:  local('Roboto Bold'), 
        local('Roboto-Bold'),
        url('roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('roboto/Roboto-Bold.woff') format('woff'),
        url('roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('roboto/Roboto-Black.eot');
  src:  local('Roboto Black'), local('Roboto-Black'),
        url('roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('roboto/Roboto-Black.woff') format('woff'),
        url('roboto/Roboto-Black.ttf') format('truetype');
}


/*italic*/

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;  
  src: url('roboto/Roboto-ThinItalic.eot');
  src:  local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url('roboto/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('roboto/Roboto-ThinItalic.woff') format('woff'),
        url('roboto/Roboto-ThinItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;   
  src: url('roboto/Roboto-Italic.eot');
  src:  local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url('roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('roboto/Roboto-Italic.woff') format('woff'),
        url('roboto/Roboto-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;   
  src: url('roboto/Roboto-MediumItalic.eot');
  src:  local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
        url('roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('roboto/Roboto-MediumItalic.woff') format('woff'),
        url('roboto/Roboto-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;  
  src: url('roboto/Roboto-BoldItalic.eot');
  src:  local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url('roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('roboto/Roboto-BoldItalic.woff') format('woff'),
        url('roboto/Roboto-BoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('roboto/Roboto-BlackItalic.eot');
  src:  local('Roboto Black Italic'), local('Roboto-BlackItalic')
        url('roboto/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('roboto/Roboto-BlackItalic.woff') format('woff'),
        url('roboto/Roboto-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-stretch: condensed;
    src: url('roboto/RobotoCondensed-Regular-webfont.eot');
    src: local('Roboto Condensed Regular'), local('Roboto Condensed Regular') url('roboto/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('roboto/RobotoCondensed-Regular-webfont.woff') format('woff'), url('roboto/RobotoCondensed-Regular-webfont.ttf') format('truetype');
}

/*

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,700italic,900,900italic,400italic,300,300italic);
 */ 