@font-face {
    font-family: 'supermarketRegular';
    src: url('supermarket.ttf') format('truetype');
}
h1, h2, h3, h4, h5, h6, td, div, button, .mybutton, .super  {
	font-family: supermarketRegular;
}
.webfont {
	font-family: supermarketRegular;
}

.super {
	font-size: 16px;
}