I want to make a button like this.

As you can see, there is 2 lines and lines' font size is different . Is this possible with using CSS + HTML (and maybe JS) ? I don't want to use image for button.
(Font face doens't matter)
Thank you ;)
<button>
<span style="font-size:16px;">1st Line</span><br />
<span style="font-size:12px;">2nd Line</span>
</button>
Should work
Somethink like this?
http://jsfiddle.net/36fcw/2/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With