diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-07-09 21:00:51 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-07-09 21:00:51 -0400 |
commit | f57de200ec32861835c9582090d52c70e73dace9 (patch) | |
tree | 79830bdec71f7c3dc882c496e785b4348a733390 /css/main.css | |
parent | e7c5de23d7dc318babaee0fda69f4246a186f01a (diff) | |
download | fosdem-2018-presentation-f57de200ec32861835c9582090d52c70e73dace9.tar fosdem-2018-presentation-f57de200ec32861835c9582090d52c70e73dace9.tar.gz |
refactored folder structure, added /plugins which is initially only used by #57
Diffstat (limited to 'css/main.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 ba33137..93d3d20 100644 --- a/css/main.css +++ b/css/main.css @@ -12,7 +12,7 @@ @font-face { font-family: 'League Gothic'; - src: url('../lib/leaguegothic/league_gothic-webfont.ttf') format('truetype'); + src: url('../lib/font/league_gothic-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } |