CSS and styling - flowup/knowledge GitHub Wiki
Never use css keyword transparent
in gradients, it is bugged on Safari. Instead use rgba(255, 255, 255, 0)
.
- Use Icomoon
- You can upload icons (preferably SVGs, but it can be other whole font)
- Select icons you need
- Click generate font
- Everything is in downloaded folder (fonts for all browsers including IE, CSS, example HTML page)
- Copy fonts to your project
- Copy CSS to your project (if used in whole then put into style.scss, otherwise to component scss)
- Profit
Awesome CSS CSS large scale developing CSS best practice guide