_dte
-
Random padding on top and bottom of the code elements
wolfcry is right, it’s a line return causing that issue. So instead of writing your HTML like this: Whatever You should write it like this: Whatever
-
Generating font-face css for custom fonts
@ChristopherBurton why not use Google Web fonts? It takes the load off your own server, gives you fully optimized and hand-hinted fonts, allows asynchronous loading of fonts if you so desire. Using FontSquirrel is a good option, but you get greater…