/* SVN FILE: $Id: font-face.css 14 2015-04-28 17:19:55Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 14 $
 * @date                $Date: 2015-04-28 19:19:55 +0200 (Mar, 28 avr 2015) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/raphael-fa/trunk/css/views/layouts/font-face.css $
 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

/*
@font-face {
    font-family: 'FontRegular';
    src: url('../../../fonts/font-regular.eot');
    src: url('../../../fonts/font-regular.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/font-regular.woff2') format('woff2'),
         url('../../../fonts/font-regular.woff') format('woff'),
         url('../../../fonts/font-regular.ttf') format('truetype'),
         url('../../../fonts/font-regular.svg#FontRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontRegularItalic';
    src: url('../../../fonts/font-regular-italic.eot');
    src: url('../../../fonts/font-regular-italic.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/font-regular-italic.woff2') format('woff2'),
         url('../../../fonts/font-regular-italic.woff') format('woff'),
         url('../../../fonts/font-regular-italic.ttf') format('truetype'),
         url('../../../fonts/font-regular-italic.svg#FontRegularItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontBold';
    src: url('../../../fonts/font-bold.eot');
    src: url('../../../fonts/font-bold.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/font-bold.woff2') format('woff2'),
         url('../../../fonts/font-bold.woff') format('woff'),
         url('../../../fonts/font-bold.ttf') format('truetype'),
         url('../../../fonts/font-bold.svg#FontBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontBoldItalic';
    src: url('../../../fonts/font-bold-italic.eot');
    src: url('../../../fonts/font-bold-italic.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/font-bold-italic.woff2') format('woff2'),
         url('../../../fonts/font-bold-italic.woff') format('woff'),
         url('../../../fonts/font-bold-italic.ttf') format('truetype'),
         url('../../../fonts/font-bold-italic.svg#FontBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
} */