/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

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

}