Skip to content

Instantly share code, notes, and snippets.

@fchasen
Created March 30, 2015 20:44
Show Gist options
  • Save fchasen/ec3745e94a334168853f to your computer and use it in GitHub Desktop.
Save fchasen/ec3745e94a334168853f to your computer and use it in GitHub Desktop.
EPUBJS.Hooks.register("beforeChapterDisplay").overrideStyles = function(callback, renderer){
EPUBJS.core.addCss("overrides.css", false, renderer.render.document.head);
callback();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment