Remove .eot & .ttf fonts

No issue

According to [caniuse](http://caniuse.com/#feat=woff), all the browsers we support (last 2 versions of major browsers) support the `.woff` font format. It's actually what pretty much all browsers will serve if its offered anyway.

This PR removes the .eot and .ttf font formats.

SVG remains as its the base file we use to add new icons & convert into other formats. It is not referenced anywhere.
This commit is contained in:
Paul Adam Davis 2014-11-11 15:23:34 +00:00
parent 0b35df49e4
commit 778e05045c
3 changed files with 1 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -25,11 +25,7 @@
@font-face {
font-family: 'GhostIcons';
src:url('../fonts/icons.eot');
src:url('../fonts/icons.eot?#iefix') format('embedded-opentype'),
url('../fonts/icons.woff') format('woff'),
url('../fonts/icons.ttf') format('truetype'),
url('../fonts/icons.svg#icons') format('svg');
src:url('../fonts/icons.woff') format('woff');
font-weight: normal;
font-style: normal;
}