This is how I embed a font:
@font-face {
font-family: 'fc_lamoonregular';
src: url('../font/fc_lamoon_regular_ver_1.00-webfont.eot');
src: url('../font/fc_lamoon_regular_ver_1.00-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/fc_lamoon_regular_ver_1.00-webfont.woff2') format('woff2'),
url('../font/fc_lamoon_regular_ver_1.00-webfont.woff') format('woff'),
url('../font/fc_lamoon_regular_ver_1.00-webfont.ttf') format('truetype'),
url('../font/fc_lamoon_regular_ver_1.00-webfont.svg#fc_lamoonregular') format('svg');
font-weight: normal;
font-style: normal;
}
The first time I navigate to http://www.muangkaen.go.th/index.php , it doesn't matter what link I click on the font is always normal. Will someone tell me why and help me understand the problem?
This error in Google Chrome inspect please help me.
Thanks.