started building out the documentation and trying to include a fluid grid (but nesting seems impossible)

This commit is contained in:
Dave Gamache
2011-05-03 07:36:26 -07:00
parent 48b90f6bb5
commit 887f2f4d86
19 changed files with 373 additions and 111 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; }