/*
Theme Name:     jupiter-child
Description:    
Author:         hawthorne_admin
Template:       jupiter

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*--- Add Custom Fonts ---*/
@font-face {
  font-family: 'Vinegar';
  src: url('fonts/Vinegar.eot'); /* IE9 Compat Modes */
  src: url('fonts/Vinegar.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Vinegar.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Vinegar.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Vinegar.svg#Vinegar') format('svg'); /* Legacy iOS */
  font-weight:normal;	   
}

@font-face {
    font-family: 'dinregular';
    src: url('fonts/dinregular-webfont.eot');
    src: url('fonts/dinregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinregular-webfont.woff2') format('woff2'),
         url('fonts/dinregular-webfont.woff') format('woff'),
         url('fonts/dinregular-webfont.ttf') format('truetype'),
         url('fonts/dinregular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*------*/
