@font-face {
  font-family: 'bloomer demo';
    src:  url('../fonts/Bloomer-DEMO-Regular.ttf.woff') format('woff'),
    url('../fonts/Bloomer-DEMO-Regular.ttf.svg#Bloomer-DEMO-Regular') format('svg'),
    url('../fonts/Bloomer-DEMO-Regular.ttf.eot'),
    url('../fonts/Bloomer-DEMO-Regular.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
body {
  font-family: 'bloomer demo';  
  color: black;
}