hi5dev / google-webfonts

Provides a helper for using Google Webfonts in a Rails application.
MIT License
28 stars 16 forks source link

Use italic fonts #7

Closed jordanboston closed 10 years ago

jordanboston commented 10 years ago

It would be great to be able to add 100italic, 300italic etc

<%= google_webfonts_link_tag :lato => [400, 100, 100italic, 300, 700, 900] %>

travishaynes commented 10 years ago

This is currently possible. I just tested it out with this code:

google_webfonts_link_tag lato: [400, 100, '100italic', 300, 700, 900]