diff options
author | Hakim El Hattab | 2012-07-01 16:38:49 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-07-01 16:38:49 -0400 |
commit | eaf525c9a79507fdb97f8f4e67169fa83ec3def1 (patch) | |
tree | 48c3479c135b0e23ac04f76d8d8fa4950db98e04 /css | |
parent | 2118a6295d05acf2a7bc7cec3b874df772d0189a (diff) |
/lib restructuring
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index 5797256..16fae24 100644 --- a/css/main.css +++ b/css/main.css @@ -11,7 +11,7 @@ @font-face { font-family: 'League Gothic'; - src: url('../lib/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype'); + src: url('../lib/leaguegothic/league_gothic-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } |