jeje ok ok, este java lo tienes incrustado en tu html... te suena a algo la instruccion
textShadow: '0px 1px 0px #ededed' y por si las dudas text = texto , shadow = sombra
Código Javascript
:
Ver original<script type="text/javascript">
Cufon.replace('h1') ('h2') ('h3') ('h4') ('h5') ('h6')('.pp_content .signup-content h2') ('.boldtext-medium') ('.boldtext-strong') ('.pullquote_left') ('.pullquote_right')
('#menu li a', {
hover: true,
textShadow: '0px 1px 0px #ededed'
})
('.boxtitle-hosting') ('.button') ('.button2') ('.button-red')('.button-blue')('.submitcomment', {
hover: true,
textShadow: '0px 1px 0px #ededed'
})
('.buttoncontact', {
hover: true,
textShadow: '0px 1px 0px #ededed'
})
('.butmore', {
hover: true,
textShadow: '0px 1px 0px #ededed'
})
;
</script>