so for my Sky Web EPG, I want to turn off anti-aliasing on the <li>
element so that it shows like the original Sky EPG: Original Sky EPG
Here is how I add the font in the CSS:
/* Font Families */
@font-face {
font-family: 'Zurich';
src: url('Zurich Bold Extended.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ZurichTV';
src: url('Zurich Bold Condensed.woff') format('woff');
font-weight: normal;
font-style: normal;
}