Skip to content

Instantly share code, notes, and snippets.

View vikynandha-zz's full-sized avatar

Vignesh Nandha Kumar vikynandha-zz

View GitHub Profile
<script type="text/javascript">
(function () {
"use strict";
// once cached, the css file is stored on the client forever unless
// the URL below is changed. Any change will invalidate the cache
var css_href = '/static/media/fonts/proxima-nova/font-compiled.css';
// a simple event handler wrapper
function on(el, ev, callback) {
if (el.addEventListener) {
el.addEventListener(ev, callback, false);