Created
February 20, 2010 02:11
-
-
Save nchapman/309448 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ruby font_sizes_from_base.rb 13 | |
(10..50).each { |i| puts "#{i}px => #{(i/ARGV[0].to_f * 100).round}%" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment