@charset "utf-8";
/* CSS Document */
@font-face{
    font-family: 'Google Sans';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal; 
    src: url('../fontz/GoogleSans/GoogleSans-Regular.woff') format('woff'),
         url('../fontz/GoogleSans/GoogleSans-Regular.woff2') format('woff2');    
    }
.liga {
	font-family: "Google Sans", sans-serif !important;
	/*font: 6em "Google Sans", sans-serif; !important;*/
	-moz-font-feature-settings:"liga" 1, "dlig" 1, "hlig" 1, "clig" 1, "calt" 1;
    -ms-font-feature-settings:"liga" 1, "dlig" 1, "hlig" 1, "clig" 1, "calt" 1;
    -o-font-feature-settings:"liga" 1, "dlig" 1, "hlig" 1, "clig" 1, "calt" 1;
    -webkit-font-feature-settings:"liga" 1, "dlig" 1, "hlig" 1, "clig" 1, "calt" 1;
    font-feature-settings:"liga" 1, "dlig" 1, "hlig" 1, "clig" 1, "calt" 1;
} 