Fix shoddy font rendering on Chrome (Windows XP) adding SVG font

This commit is contained in:
Vincent Bianciotto 2013-01-08 10:30:22 +01:00
parent 16b6298026
commit 6efd73b8cf
2 changed files with 1623 additions and 0 deletions

1622
font/fontawesome-webfont.svg Executable file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 297 KiB

View File

@ -30,6 +30,7 @@
font-family: 'FontAwesome';
src: url('@{FontAwesomePath}/fontawesome-webfont.eot');
src: url('@{FontAwesomePath}/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
url('@{FontAwesomePath}/fontawesome-webfont.svg') format('svg'),
url('@{FontAwesomePath}/fontawesome-webfont.woff') format('woff'),
url('@{FontAwesomePath}/fontawesome-webfont.ttf') format('truetype');
font-weight: normal;