Skip to content

Instantly share code, notes, and snippets.

@ntwcklng
ntwcklng / Medium Challenge 01 Solution.markdown
Created February 29, 2016 13:26
Medium Challenge 01 Solution
@ntwcklng
ntwcklng / #ButtonChallenge6.markdown
Created February 28, 2016 23:25
#ButtonChallenge6
@ntwcklng
ntwcklng / index.html
Last active February 29, 2016 13:49
Low Challenge 01 Solution
<div class="heart"></div>
@ntwcklng
ntwcklng / changeFontOnLiveWebsite.js
Last active September 3, 2015 09:43
Try different Google Fonts on your (live) Website in seconds!
// Change the NEWFONT var to the Font you want to try out and paste this script into the console.
// Of Course your website needs to be fully loaded
// Type the font name without any special chars
// Example: "Varela Rond", "Open Sans", "Roboto", "Slabo 27px", ...
var NEWFONT = "Varela Round"; // Select any font from https://www.google.com/fonts
(function(d) {
var link = d.createElement("link");