diff --git a/README.md b/README.md index 74b922ee..e55c339d 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ You can change the appearance of the speaker notes by editing the file at `slide - API methods for adding or removing all event listeners - The 'slidechange' event now includes currentSlide and previousSlide - Fixed bug where 'slidechange' was firing twice when history was enabled +- Changed /lib structure #### 1.3 - Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff) diff --git a/css/main.css b/css/main.css index 57972562..16fae242 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; } diff --git a/index.html b/index.html index d65c1cac..a3378f11 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ - +
@@ -264,8 +264,8 @@ linkify( 'a' ); - - + + @@ -317,7 +317,7 @@ linkify( 'a' ); - - +