README.rdoc in nanumfont-rails-0.1 vs README.rdoc in nanumfont-rails-0.2

- old
+ new

@@ -1,3 +1,26 @@ -= Nanumfont += \Nanumfont - Nanumfont for Ruby On Rails plugin -This project rocks and uses MIT-LICENSE. +home :: https://github.com/joowh85/nanumfont-rails +rdoc :: https://github.com/joowh85/nanumfont-rails +bugs :: https://github.com/joowh85/nanumfont-rails/issues + +== Usage + +In Gemfile: + + gem 'nanumfont-rails' + + +In Asset (ex: application.css): + + /* + .. + *= require nanumfont + .. + */ + +In Css files: + + body{ + font-family: 'Nanum Brush Script', 'Nanum Gothic', 'Nanum Gothic Coding', 'Nanum Myeongjo', 'Nanum Pen Script'; + } \ No newline at end of file