I found out this morning that the upgrade isn’t as much as I thought. I completed that and got access to the .htaccess file where I added the following:
<FilesMatch “.(eot|ttf|otf|woff)”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
Now it works like a charm. Thanks everyone for your efforts on this!