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

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