Other ways to phrase this problem:
My icons are broken Divi
Stange characters on Divi from Elegant themes
Divi icons showing strange characters or numbers
Divi icons disappeared
Elegant themes do have a post on the subject called “My icons are broken” you can check out, but I went straight to pasting the below info into my .htacces file.
Paste this code in the .htacces file:
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>