
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 300;
  src: 
	local('ZillaSlab Light'), 
	local('ZillaSlab-Light'), 
	url(ZillaSlab-Light.ttf)  
	format('truetype');
}

@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 400;
  src: 
	local('ZillaSlab Regular'), 
	local('ZillaSlab-Regular'), 
	url(ZillaSlab-Regular.ttf)  
	format('truetype');
}

@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 500;
  src: 
	local('ZillaSlab Medium'), 
	local('ZillaSlab-Medium'), 
	url(ZillaSlab-Medium.ttf)  
	format('truetype');
}

@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 600;
  src: 
	local('ZillaSlab SemiBold'), 
	local('ZillaSlab-SemiBold'), 
	url(ZillaSlab-SemiBold.ttf)  
	format('truetype');
}

@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  src: 
	local('ZillaSlab Bold'), 
	local('ZillaSlab-Bold'), 
	url(ZillaSlab-Bold.ttf)  
	format('truetype');
}