@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;
	font-weight: bold;
}

.webfont {
	font-family: supermarketRegular;
}

.super {
	font-size: 12px;
}