All frameworks are not created equal...but what really is the difference? And when should I use which one?
This file contains 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
#TEMPERATURE CONVERTER | |
puts "Type 1 to convert from Celsius to Fahrenheit" | |
puts "Type 2 to convert from Fahrenheit to Celsius" | |
convertor = gets.chomp | |
if convertor == "1" | |
puts "Enter temperature in Celsius: " | |
temp1 = gets.chomp.to_i |
###Load the current fontpack into the Icomoon App
- Download the most current version of the fontpack from app/assets/fonts/
- Open a browser and go to icomoon.io/app
- In the top left corner, click the purple button that says "Import Icons"
- Find app/assets/fonts/fontawesome_some_version.svg and upload the SVG fontpack
###Acquire SVGs of your new icons ####If you have a sketch file: