Skip to content

Instantly share code, notes, and snippets.

View rarneson's full-sized avatar

Ryan Arneson rarneson

  • Minneapolis, MN
View GitHub Profile
@rarneson
rarneson / IcoMoon
Created September 13, 2012 04:03
CSS Classes for IcoMoon Icon Fonts
@font-face {
font-family: 'IcoMoon';
src: url('fonts/IcoMoon.eot');
src: url('fonts/IcoMoon.eot?#iefix') format('embedded-opentype'),
url('fonts/IcoMoon.svg#IcoMoon') format('svg'),
url('fonts/IcoMoon.woff') format('woff'),
url('fonts/IcoMoon.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@rarneson
rarneson / Fetch.sublime-settings
Created January 4, 2012 15:39
Fetch.sublime-settings
{
"files":
{
"jquery": "http://code.jquery.com/jquery.min.js",
"jquery-placeholder-plugin": "https://raw.github.com/snikch/jquery-placeholder-plugin/master/src/jquery.placeholder.js",
"jquery-tmpl": "https://raw.github.com/jquery/jquery-tmpl/master/jquery.tmpl.min.js",
"tablesorter": "http://autobahn.tablesorter.com/jquery.tablesorter.min.js",
"require.js": "https://raw.github.com/jrburke/requirejs/master/require.js",
"normalize": "https://raw.github.com/necolas/normalize.css/master/normalize.css"
},