• Hey,

    I was hoping somebody could help me today. My website is using cufon for the main fonts. To improve my SEO I would rather just use a standard font. I can’t for the life of me figure out how to remove the cufon. I found the css I think. `/**** NAVIGATION STYLING ****/
    @font-face {
    font-family: ‘BebasNeueRegular’;
    src: url(‘BebasNeue-webfont.eot’);
    src: url(‘BebasNeue-webfont.eot?#iefix’) format(‘eot’),
    url(‘BebasNeue-webfont.woff’) format(‘woff’),
    url(‘BebasNeue-webfont.ttf’) format(‘truetype’),
    url(‘BebasNeue-webfont.svg#webfontfvFLBU0N’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }`

    What do I remove. I want to change the font to helvetica or something of that nature that doesn’t require a font server side.

The topic ‘Cufon’ is closed to new replies.