Skip to content

Instantly share code, notes, and snippets.

View fernandojsg's full-sized avatar

Fernando Serrano fernandojsg

View GitHub Profile
@fernandojsg
fernandojsg / SUBLIMETEXT: SublimeTODO Config
Created May 5, 2013 16:10
SUBLIMETEXT: SublimeTODO Config
{
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"todo":
{
/*"file_exclude_patterns":["*.css", "*.po", "*.mo"],*/
"folder_exclude_patterns": ["build","ext","images"],
@fernandojsg
fernandojsg / gist:5520293
Last active December 17, 2015 00:19
JS: Local Storage
localStorage.setItem("exampleItem", "This is a great example.");
localStorage.getItem("exampleItem");
localStorage.removeItem("exampleItem");
@fernandojsg
fernandojsg / gist:5520282
Created May 5, 2013 09:31
JS: Google fonts
http://www.google.com/fonts/
<link href='http://fonts.googleapis.com/css?family=Iceland' rel='stylesheet' type='text/css'>
@media screen {
@font-face {
font-family: 'Iceland';
font-style: normal;
font-weight: 400;
src: local('Iceland'), local('Iceland-Regular'), url('http://themes.googleusercontent.com/static/fonts/iceland/v1/F6LYTZLHrG9BNYXRjU7RSw.woff') format('woff');