Skip to content

Instantly share code, notes, and snippets.

View brampitoyo's full-sized avatar
🍃
UX and Most Other Subjects

Bram Pitoyo brampitoyo

🍃
UX and Most Other Subjects
View GitHub Profile

Keybase proof

I hereby claim:

  • I am brampitoyo on github.
  • I am brampitoyo (https://keybase.io/brampitoyo) on keybase.
  • I have a public key ASB2k0Vp4PSd2FeurlWlfbv42DvvsGbYWVs2hjDPSoXSNQo

To claim this, I am signing this object:

/* get client's fonts by Pepa <http://www.unpljugged.com/> */
/* Source: <http://www.typetester.org/js/functions/?v=0.99b> */
function getFontList(user_fonts) {
var fs = null,
obj = $('font_catcher');
if (typeof(obj.GetVariable) != 'undefined') {
fs = obj.GetVariable('/:user_fonts');
} else if (typeof(user_fonts) != 'undefined') {
fs = unescape(user_fonts);
};