changed the git repo to the src folder, browser tested, changed the tabs to work cross browser and to stack...removed the IE conditional stylesheet

This commit is contained in:
Dave Gamache
2011-05-15 16:13:52 -07:00
parent e4ff97ce7a
commit 82c35f64b7
38 changed files with 70 additions and 1723 deletions

13
fonts/README.css Normal file
View File

@ -0,0 +1,13 @@
/* 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; }