From: Hakim El Hattab Date: Sun, 1 Jul 2012 13:50:37 +0000 (-0400) Subject: restructured /lib, moved /assets/fonts to /lib/fonts X-Git-Tag: 1.4.0~35 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2118a6295d05acf2a7bc7cec3b874df772d0189a;p=reveal.js.git restructured /lib, moved /assets/fonts to /lib/fonts --- diff --git a/css/main.css b/css/main.css index 1b9d4f4..5797256 100644 --- a/css/main.css +++ b/css/main.css @@ -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; } diff --git a/index.html b/index.html index d4420ac..d65c1ca 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ - + @@ -264,8 +264,8 @@ linkify( 'a' ); - - + + diff --git a/lib/zenburn.css b/lib/css/zenburn.css similarity index 100% rename from lib/zenburn.css rename to lib/css/zenburn.css diff --git a/assets/fonts/leaguegothic/LICENSE b/lib/fonts/leaguegothic/LICENSE similarity index 100% rename from assets/fonts/leaguegothic/LICENSE rename to lib/fonts/leaguegothic/LICENSE diff --git a/assets/fonts/leaguegothic/league_gothic-webfont.ttf b/lib/fonts/leaguegothic/league_gothic-webfont.ttf similarity index 100% rename from assets/fonts/leaguegothic/league_gothic-webfont.ttf rename to lib/fonts/leaguegothic/league_gothic-webfont.ttf diff --git a/lib/classList.js b/lib/js/classList.js similarity index 100% rename from lib/classList.js rename to lib/js/classList.js diff --git a/lib/highlight.js b/lib/js/highlight.js similarity index 100% rename from lib/highlight.js rename to lib/js/highlight.js