/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*
/* YOU WANT.. SUM FONT?!
/*

@font-face {

    font-family: 'merriweatherregular';

    src: url('../enfold-child/fonts/merriweather-regular.eot');

    src: url('../enfold-child/fonts/merriweather-regular.eot?#iefix') format('embedded-opentype'),

         url('../enfold-child/fonts/merriweather-regular.woff2') format('woff2'),

         url('../enfold-child/fonts/merriweather-regular.woff') format('woff'),

         url('../enfold-child/fonts/merriweather-regular.ttf') format('truetype'),

         url('../enfold-child/fonts/merriweather-regular.svg#merriweatherregular') format('svg');

    font-weight: normal;

    font-style: normal;


}

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

/*
h1-h6 {
font-family: 'merriweatherregular', sans-serif !important;
}
