@font-face {
  font-family: 'font-logo';
  src: url('../lib/font-face/Bebas.woff') format('woff'),
       url('../lib/font-face/Bebas.ttf') format('truetype'),
       url('../lib/font-face/Bebas.svg#Bebas') format('svg'), 
       url('../lib/font-face/Bebas.eot'), 
       url('../lib/font-face/Bebas.woff2') format('woff2'),
       url('../lib/font-face/Bebas.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font-default';
  src: url('../lib/font-face/Helvetica.eot');
  src: url('../lib/font-face/Helvetica.woff2') format('woff2'),
       url('../lib/font-face/Helvetica.woff') format('woff'),
       url('../lib/font-face/Helvetica.ttf') format('truetype'),
       url('../lib/font-face/Helvetica.svg#Helvetica') format('svg'),
       url('../lib/font-face/Helvetica.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Orator';
  src: url('../lib/font-face/Orator.eot');
  src: url('../lib/font-face/Orator.woff2') format('woff2'),
       url('../lib/font-face/Orator.woff') format('woff'),
       url('../lib/font-face/Orator.ttf') format('truetype'),
       url('../lib/font-face/Orator.svg#Orator') format('svg'),
       url('../lib/font-face/Orator.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

body{
	font-family: 'font-default';
	font-size: 20px;
}