@font-face {
    font-family: 'Roboto';
    src: url('/cricket/static/stylesheets/fonts/Roboto-Regular-webfont.eot');
    src: url('/cricket/static/stylesheets/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/cricket/static/stylesheets/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/cricket/static/stylesheets/fonts/Roboto-Regular.ttf') format('truetype'),
         url('/cricket/static/stylesheets/fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/cricket/static/stylesheets/fonts/Roboto-Bold-webfont.eot');
    src: url('/cricket/static/stylesheets/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/cricket/static/stylesheets/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('/cricket/static/stylesheets/fonts/Roboto-Bold.ttf') format('truetype'),
         url('/cricket/static/stylesheets/fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/cricket/static/stylesheets/fonts/Roboto-Thin-webfont.eot');
    src: url('/cricket/static/stylesheets/fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/cricket/static/stylesheets/fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('/cricket/static/stylesheets/fonts/Roboto-Thin.ttf') format('truetype'),
         url('/cricket/static/stylesheets/fonts/Roboto-Thin-webfont.svg#RobotoThin') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/cricket/static/stylesheets/fonts/Roboto-Light-webfont.eot');
    src: url('/cricket/static/stylesheets/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/cricket/static/stylesheets/fonts/Roboto-Light-webfont.woff') format('woff'),
         url('/cricket/static/stylesheets/fonts/Roboto-Light.ttf') format('truetype'),
         url('/cricket/static/stylesheets/fonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/cricket/static/stylesheets/fonts/Roboto-Medium-webfont.eot');
    src: url('/cricket/static/stylesheets/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/cricket/static/stylesheets/fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('/cricket/static/stylesheets/fonts/Roboto-Medium.ttf') format('truetype'),
         url('/cricket/static/stylesheets/fonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: 300;
    font-style: normal;
}