Hiroaki Yutani
2015/2/11
Solarized is a sixteen color palette (eight monotones, eight accent colors) designed for use with terminal and gui applications. (http://ethanschoonover.com/solarized)
Several themes are available in reveal.js by default; Our beloved solarized is off cource included! The CSS is here
This is a web font by google. https://www.google.com/fonts#UsePlace:use/Collection:Bangers
Be careful, importing font in CSS files seems not to work(I don't know why).
@import url(https://fonts.googleapis.com/css?family=Bangers);
Whether you use webfonts with custom CSSs or not, you have to import
at the first slide using font-import like this:
font-import: http://fonts.googleapis.com/css?family=Bangers
Error in library(broom) : there is no package called 'broom'