Heya, looked through your code for a bit and found a possible solution:
In your stylesheet, above your webkit scrollbar codes, there's a bunch of font-family codes, ye? Specifically:
/*----------------------------------------------- *
FONTS
-----------------------------------------------*/
font-family: 'Amatic SC', cursive;
font-family: 'Cinzel Decorative', cursive;
font-family: 'IM Fell English SC', serif;
font-family: 'Macondo Swash Caps', cursive;
font-family: 'Mate SC', serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Vollkorn SC', serif; Can you try removing/commenting these out? Tested the stylesheet in my local and it works when it's removed, so probs syntax error. o3ob
|