Fixed Icon Rendering in Windows Chrome

Applied "SVG" Hack to fix anti-aliasing in Chrome on Windows
master
jduncanator 10 years ago
parent e1c1bf4f02
commit 5c9bc7946f

@ -1,10 +1,10 @@
@font-face {
font-family: 'popcorn';
src:url('../fonts/popcorn.eot?yuu85v');
src:url('../fonts/popcorn.eot?#iefixyuu85v') format('embedded-opentype'),
src:url('../fonts/popcorn.svg?yuu85v#popcorn') format('svg'),
url('../fonts/popcorn.eot?#iefixyuu85v') format('embedded-opentype'),
url('../fonts/popcorn.woff?yuu85v') format('woff'),
url('../fonts/popcorn.ttf?yuu85v') format('truetype'),
url('../fonts/popcorn.svg?yuu85v#popcorn') format('svg');
url('../fonts/popcorn.ttf?yuu85v') format('truetype');
font-weight: normal;
font-style: normal;
}

@ -3116,7 +3116,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
@font-face {
font-family: 'popcorn';
src: url("../fonts/popcorn.eot?yuu85v");
src: url("../fonts/popcorn.eot?#iefixyuu85v") format("embedded-opentype"), url("../fonts/popcorn.woff?yuu85v") format("woff"), url("../fonts/popcorn.ttf?yuu85v") format("truetype"), url("../fonts/popcorn.svg?yuu85v#popcorn") format("svg");
src: url("../fonts/popcorn.svg?yuu85v#popcorn") format("svg"), url("../fonts/popcorn.eot?#iefixyuu85v") format("embedded-opentype"), url("../fonts/popcorn.woff?yuu85v") format("woff"), url("../fonts/popcorn.ttf?yuu85v") format("truetype");
font-weight: normal;
font-style: normal;
}

Loading…
Cancel
Save