Skip to content

Instantly share code, notes, and snippets.

@myurd
myurd / icomoon.css
Created May 11, 2016 01:06 — forked from kearuga/icomoon.css
CSS: IcoMoon Font
/**
* Stylesheet that implements free IcoMoon font
* http://keyamoon.com/icomoon/#toHome
*
* Autor Yordan Ivanov
* yordan.t.ivanov@gmail.com
*/
@font-face {
font-family: 'IcoMoonRegular';
@myurd
myurd / magento-code-snippets.md
Created May 15, 2016 12:40 — forked from arosenhagen/magento-code-snippets.md
[magento] - code snippets

Magento Code Snippets

Download extension manually using mage

./mage config-set preferred_state stable
./mage clear-cache
./mage sync
./mage download community Module_Name