/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

@font-face {
    font-family: 'helvetica';
    src: url('fonts/helvetica-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/helvetica-webfont.woff') format('woff'), /* Modern Browsers */
         url('fonts/helvetica-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/helvetica-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}