@font-face { /* where FontName and fontname represents the name of the font you want to add */
	font-family: 'Gotham';
	src: url([[font:theme|gotham-book.eot]]);
	src: url([[font:theme|gotham-book.eot]]) format('embedded-opentype'),
	  url([[font:theme|gotham-book.woff]]) format('woff'),
	  url([[font:theme|gotham-book.ttf]]) format('truetype'),
	  url([[font:theme|gotham-book.svg]]) format('svg');
	font-weight: normal;
	font-style: normal;
}