/*
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: 'frente_h1regular';
    src: url('/wp-content/themes/total-child-theme/FrenteH1-Regular-webfont.eot');
    src: url('/wp-content/themes/total-child-theme/FrenteH1-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/total-child-theme/FrenteH1-Regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/total-child-theme/FrenteH1-Regular-webfont.woff') format('woff'),
         url('/wp-content/themes/total-child-theme/FrenteH1-Regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/total-child-theme/FrenteH1-Regular-webfont.svg#frente_h1regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.frente {
    font-family: 'frente_h1regular', Arial, sans-serif;
}
