1
0

Separated out CSS files, and updated some of them

This commit is contained in:
Aaron Lindsay
2011-02-24 21:29:00 -07:00
parent ca2a0f8795
commit 0d23d11143
7 changed files with 118 additions and 88 deletions

9
css/fonts.css Normal file
View File

@ -0,0 +1,9 @@
/**
* Handle Self-hosted True Type Fonts
*/
@font-face {
font-family: 'Cardo';
font-style: normal;
font-weight: normal;
src: local('Cardo'), url('../fonts/Cardo99s.ttf') format('truetype');
}