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