recleaned all of the code and formatting to be BEAUTIFUL

This commit is contained in:
Dave Gamache
2011-05-15 16:50:51 -07:00
parent a6e9116a97
commit 6276c745f8
7 changed files with 54 additions and 79 deletions

View File

@ -1,13 +0,0 @@
/* This is the proper syntax for an @font-face file
Just copy pasta into your CSS file
*/
@font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot');
src: url('../fonts/FontName.eot?iefix') format('eot'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
font-weight: normal;
font-style: normal; }