I'm changing the color of a custom font with a jQuery-script on hover:
$(this).css({
color: "#" + color
});
My custom font got a pretty big "R" so the color is not filling the whole letter. How can I fix this? This is just a problem with Chrome, it's working fine with FF...
Firefox #1 Chrome #2