/*
Theme Name: Taking Meaning
Theme URI: http://takingmeaning.com
Description: Just another Total WordPress child theme.
Author: Muslim Syamsul Arifin
Author URI: http://hatisenang.com
Template: Total
Version: 1.1
*/

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

@font-face {
	font-family: 'Didot';
	src: url('/wp-content/themes/takingmeaning/fonts/didot.eot');
	src: url('/wp-content/themes/takingmeaning/fonts/didot.eot') format('eot'),
		 url('/wp-content/themes/takingmeaning/fonts/didot.woff') format('woff'),
		 url('/wp-content/themes/takingmeaning/fonts/didot.ttf') format('truetype'),
		 url('/wp-content/themes/takingmeaning/fonts/didot.svg#Didot') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Didot-italic';
	src: url('/wp-content/themes/takingmeaning/fonts/didot-italic.eot');
	src: url('/wp-content/themes/takingmeaning/fonts/didot-italic.woff') format('woff'),
		 url('/wp-content/themes/takingmeaning/fonts/didot-italic.ttf') format('truetype'),
		 url('/wp-content/themes/takingmeaning/fonts/didot-italic.svg#Didot-italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
	
	
@font-face {
    font-family: 'DIN-LightRegular';
    src: url('/wp-content/themes/takingmeaning/fonts/din-light-webfont.eot');
    src: url('/wp-content/themes/takingmeaning/fonts/din-light-webfont.eot') format('eot'),
         url('/wp-content/themes/takingmeaning/fonts/din-light-webfont.woff') format('woff'),
         url('/wp-content/themes/takingmeaning/fonts/din-light-webfont.ttf') format('truetype'),
         url('/wp-content/themes/takingmeaning/fonts/din-light-webfont.svg#DIN-LightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}