restructured /lib, moved /assets/fonts to /lib/fonts

This commit is contained in:
Hakim El Hattab
2012-07-01 09:50:37 -04:00
parent bf2c95b546
commit 2118a6295d
7 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
@font-face {
font-family: 'League Gothic';
src: url('../assets/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype');
src: url('../lib/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}