imathis / fancy-buttons

Fancy CSS Buttons using Compass
http://brandonmathis.com/projects/fancy-buttons/
819 stars 55 forks source link

Font-Family #14

Closed jamesgrubb closed 13 years ago

jamesgrubb commented 13 years ago

Hi, how do I change the button font family. I'm not too good with Ruby and not sure where and which files need changing? Thanks

imathis commented 13 years ago

You should be able to do that right after you include the fancy-button mixin:

button {@include fancy-button; font-family: Georgia, serif;}