Hello, i put @fontface on style.css for change to my language (Thai) font. but its not work.
/***** Global *****/
/* Body */
body {
font:12px supermarketregular, Verdana, helvetica, sans-serif;
line-height: 1.5;
color:#818181;
text-align:left;
}
/* Headings */
@font-face {
font-family: 'supermarketregular';
src: url('../font/supermarket-webfont.eot');
src: url('../font/supermarket-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/supermarket-webfont.woff') format('woff'),
url('../font/supermarket-webfont.ttf') format('truetype'),
url('../font/supermarket-webfont.svg#supermarketregular') format('svg');
font-weight: normal;
font-style: normal;