Skip to content

Instantly share code, notes, and snippets.

@Undistraction
Created December 10, 2014 21:21
Show Gist options
  • Save Undistraction/e5971fd8c1a7926e65e6 to your computer and use it in GitHub Desktop.
Save Undistraction/e5971fd8c1a7926e65e6 to your computer and use it in GitHub Desktop.
(function(e, t) {
var n = {
"cssurl": "http://f.fontdeck.com/s/css/nqzf9dyjxdWCfc1VihiAGc6V9dY/intercitystudio.dev/49493.css",
"domain": "intercitystudio.dev",
"project": "49493",
"cssbase": "http://f.fontdeck.com/s/css/nqzf9dyjxdWCfc1VihiAGc6V9dY",
"fonts": [{
"font_family": "'Maison Neue Medium', Calibri, Arial, Roboto, sans-serif",
"font_urls": {
"woff": "http://f.fontdeck.com/f/1/VWo4SDM2bkoAA9g7Alhx+U/ifCeFhDJu9B3Pq+RQg1g7dsmVeosxbEd7CgQClWE+AiwtDYDwtTGSvbx0bjuKAJA5w65ZOvKWaZnZSQBRNOS6LNYXtJaRosKqzO5ZCrnMgjk.woff"
},
"weight": "500",
"style": "normal",
"name": "Maison Neue Medium",
"id": "5854"
}, {
"font_family": "'Maison Neue Mono', Calibri, Arial, Roboto, sans-serif",
"font_urls": {
"woff": "http://f.fontdeck.com/f/1/eEQxVmVEUlEAAwAEVKCxpTNxdn4WNjmAFT5CjFbMfHzoYc3IY0p1j1OgZOBmcZU+y4B8cngS57iuDCsjVw26hJO2JR3vBAneDOh54yOEhlpHcyp/6bKKXILNPUlfl0496Go.woff"
},
"weight": "300",
"style": "normal",
"name": "Maison Neue Mono",
"id": "5860"
}, {
"font_family": "'Maison Neue Medium Italic', Calibri, Arial, Roboto, sans-serif",
"font_urls": {
"woff": "http://f.fontdeck.com/f/1/QjN6SWIzUmYAAx2mhJT+/prld50I6tcvlwi0HRpvgGvnBg79XdUBiMXwkd25cEpiv4wKL22+j1AWmyjtlwAWsI6uG5bNTjNHFcDVk03A2HA5ly8wYheEEgd79S38lb8u87s.woff"
},
"weight": "500",
"style": "italic",
"name": "Maison Neue Medium Italic",
"id": "5855"
}, {
"font_family": "'Maison Neue Medium Italic', Calibri, Arial, Roboto, sans-serif",
"font_urls": {
"woff": "http://f.fontdeck.com/f/1/QjN6SWIzUmYAAx2mhJT+/prld50I6tcvlwi0HRpvgGvnBg79XdUBiMXwkd25cEpiv4wKL22+j1AWmyjtlwAWsI6uG5bNTjNHFcDVk03A2HA5ly8wYheEEgd79S38lb8u87s.woff"
},
"weight": "500",
"style": "italic",
"name": "Maison Neue Medium Italic",
"id": "5855"
}, {
"font_family": "'Maison Neue Medium', Calibri, Arial, Roboto, sans-serif",
"font_urls": {
"woff": "http://f.fontdeck.com/f/1/VWo4SDM2bkoAA9g7Alhx+U/ifCeFhDJu9B3Pq+RQg1g7dsmVeosxbEd7CgQClWE+AiwtDYDwtTGSvbx0bjuKAJA5w65ZOvKWaZnZSQBRNOS6LNYXtJaRosKqzO5ZCrnMgjk.woff"
},
"weight": "500",
"style": "normal",
"name": "Maison Neue Medium",
"id": "5854"
}, {
"font_family": "'Maison Neue Mono', Calibri, Arial, Roboto, sans-serif",
"font_urls": {
"woff": "http://f.fontdeck.com/f/1/eEQxVmVEUlEAAwAEVKCxpTNxdn4WNjmAFT5CjFbMfHzoYc3IY0p1j1OgZOBmcZU+y4B8cngS57iuDCsjVw26hJO2JR3vBAneDOh54yOEhlpHcyp/6bKKXILNPUlfl0496Go.woff"
},
"weight": "300",
"style": "normal",
"name": "Maison Neue Mono",
"id": "5860"
}]
};
return {
a: function(e) {
for (var r = "", i = 0, s = n.fonts.length; i < s; ++i) {
r += "@font-face {font-family:'" + n.fonts[i].name + "';src:";
if (n.fonts[i].font_urls.eot) r += "url('" + n.fonts[i].font_urls.eot + "');src:url('" + n.fonts[i].font_urls.eot + "?')format('embedded-opentype'),";
r += "url('" + n.fonts[i].font_urls.woff + "')format('woff')";
if (n.fonts[i].font_urls.ttf) r += ",url('" + n.fonts[i].font_urls.ttf + "')format('opentype')";
if (n.fonts[i].font_urls.svg) r += ",url('" + n.fonts[i].font_urls.svg + "')format('svg')";
r += ";font-weight:" + n.fonts[i].weight + ";font-style:" + n.fonts[i].style + ";}";
}
i = t.createElement("style");
i.type = "text/css";
t.getElementsByTagName("head")[0].appendChild(i);
i.styleSheet ? i.styleSheet.cssText = r : i.innerHTML = r;
if (e && "function" === typeof __webfontfontdeckmodule__[n.project]) __webfontfontdeckmodule__[n.project](!0, n);
}
}
})(this, document).a(window.WebFont)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment