tobiaswright + resource 38
Font-replacement and the PC: fixing jagged edges - WallOfScribbles
april 2011 by tobiaswright
text-shadow: 0px 0px 1px rgba(0,0,0,0.1); /* same color as the normal color item */
filter: dropshadow(color:#000000, offx=0, offy=0); /* color needs to be a hex, near as i can tell */
/* sometimes the shadow actually needs to be the background color. It seems a bit variable*/
-webkit-font-smoothing: antialiased; /*stops mac 'thick font' syndrome */
css
resource
filter: dropshadow(color:#000000, offx=0, offy=0); /* color needs to be a hex, near as i can tell */
/* sometimes the shadow actually needs to be the background color. It seems a bit variable*/
-webkit-font-smoothing: antialiased; /*stops mac 'thick font' syndrome */
april 2011 by tobiaswright
Copy this bookmark: