My style.css is below.
body {
font-family:'Gungsuh', sans-serif;
font-weight:400px;
-webkit-font-smoothing: antialiased;
font-size:14px;
color:#888;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
But my website is with "Helvetica Neue", Helvetica, Arial, sans-serif Why do I have the error? Please help me..