Merged in feature/from-pantheon (pull request #16)
code from pantheon * code from pantheon
This commit is contained in:
13
wp/wp-content/plugins/iper-medical/templates/footer.php
Normal file
13
wp/wp-content/plugins/iper-medical/templates/footer.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<script type="text/javascript">
|
||||
WebFontConfig = {
|
||||
google: { families: [ 'Roboto:300,700,400:latin' ] }
|
||||
};
|
||||
(function() {
|
||||
var wf = document.createElement('script');
|
||||
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
|
||||
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
|
||||
wf.type = 'text/javascript';
|
||||
wf.async = 'true';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(wf, s);
|
||||
})(); </script>
|
||||
Reference in New Issue
Block a user