/*
 * www.poslasticarnicapunto.com
 * fonts.css
 * developed by www.filkris.com
 *
 * @author		Filip Krstic, www.filkris.com
 * @copyright	Copyright (c) 2014, Filip Krstic
 * @license		http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version		1.0
 *
 */

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

/* Pacifico */
@import url(http://fonts.googleapis.com/css?family=Pacifico);

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