13,618
edits
(New Page: "// ********************************************************************** // ** ***WARNING GLOBAL GADGET FILE*** ** // ** changes to this f...") |
mNo edit summary |
||
Line 5: | Line 5: | ||
// ** ** | // ** ** | ||
// ********************************************************************** | // ********************************************************************** | ||
WebFontConfig = { | WebFontConfig = { | ||
google: { families: [ 'Droid+Sans::latin' ] } | google: { families: [ 'Droid+Sans::latin' ] } | ||
Line 17: | Line 18: | ||
var s = document.getElementsByTagName('script')[0]; | var s = document.getElementsByTagName('script')[0]; | ||
s.parentNode.insertBefore(wf, s); | s.parentNode.insertBefore(wf, s); | ||
})(); | })(); |
edits