commented out font loading javascript, undecded if we are keeping it.

This commit is contained in:
Jacob Haddon 2020-10-30 11:01:52 -04:00
parent 0448e43143
commit 19d8005a57

View File

@ -14,6 +14,7 @@
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<!--
<script type="text/javascript">
WebFontConfig = {
custom: { families: ['OFLSortsMillGoudyRegular', 'OFLSortsMillGoudyItalic'],
@ -31,6 +32,7 @@
})();
</script>
<noscript><link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri(); ?>/css/noscript.css" /></noscript>
-->
<title><?php
/*
* Print the <title> tag based on what is being viewed.