| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | /* global kirkiWebfonts, WebFont */ |
||
| 4 | ( function( document ) { |
||
| 5 | let wfScript = document.createElement( 'script' ), |
||
| 6 | scripts = document.scripts[0]; |
||
| 7 | |||
| 8 | wfScript.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js'; |
||
| 9 | wfScript.id = 'webfontloader'; |
||
| 10 | wfScript.async = true; |
||
| 11 | |||
| 12 | scripts.parentNode.insertBefore( wfScript, scripts ); |
||
| 13 | } )( document ); |
||
| 14 | |||
| 33 |