Generally loading external resources isn't cool.
If you look at the bottom of https://doc.wikimedia.org/mediawiki-core/master/js/
<script type="text/javascript"> (function(){ var protocol = (document.location.protocol === "https:") ? "https:" : "http:"; document.write("<link href='"+protocol+"//fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css' />"); })(); </script>