mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
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:
parent
0b35df49e4
commit
778e05045c
Binary file not shown.
Binary file not shown.
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user