Files
medicalalert-web-reloaded/wp/wp-content/plugins/iper-medical/templates/footer.php
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

13 lines
532 B
PHP

<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>