@font-face {
  font-family: 'square';
  src:  url('square/square.ttf');
  src:  url('square/square.ttf') format('truetype'),
    url('square/square.eot') format('embedded-opentype'),
    url('square/square.woff') format('woff'),
    url('square/square.otf') format('openType font'),
    url('square/square.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'squareBold';
  src:  url('square/squareBold.ttf');
  src:  url('square/squareBold.ttf') format('truetype'),
    url('square/squareBold.eot') format('embedded-opentype'),
    url('square/squareBold.woff') format('woff'),
    url('square/squareBold.otf.woff') format('openType font'),
    url('square/squareBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
