Copy link to clipboard
Copied
I can see that some of you are finding it difficult to find where you have used Typekit fonts.
If all else fails, you could try exporting to HTML and then use a search on those files
for any reference to Typekit.
Hopefully this woulld give you a clue as to which elements you need to edit / remove.
You can use a S/FTP Client like FREE FileZilla to download HTML and other files from your web server. Once downloaded to your computer, you can use any decent code editor to work with web files.
Custom fonts & Typekit references should be removed with Find & Replace from all HTML, CSS and JS files -- particularly if you used 3rd party themes or widgets to create the site.
Copy link to clipboard
Copied
I can not even export as HTML to my desktop folder.
Still have [403 error no Typekit access]!
And I Have a full Creative Cloud account and self-hosted fonts only on a specific website that I can not update.
Copy link to clipboard
Copied
But anyway it seems that you have a typekit font used anywhere on the page – like I read in another post – an empty space/line/letter might be enough to cause this issue. Hope that helps.
Kind Regards,
Uwe
Copy link to clipboard
Copied
It is a brand-name website and I have only the fonts that the Brand gave to me!
I do not need TypeKit as I did not use Edge Web Fonts. Only self-hosted of the brand's fonts and ElegantIcons self-hosted also.
I do not care to connect to Typekit.net or com or whatever. The only thing is to upload an updated site to my server or to export as html file to my desktop folder.
No luck at all!!!
Copy link to clipboard
Copied
I am on the same situation, it won't let me export as HTML or do ANYTHING! This is SO frustrating. Help please!
Copy link to clipboard
Copied
1. Use free FileZilla S/FTP client to download HTML files from your server.
2. Use a plain code editor to work on your site until you find a permanent replacement for Muse.
CODE TUTORIALS:
- https://www.w3schools.com/html/
- https://www.w3schools.com/css/
- https://www.w3schools.com/js/
================
CODE EDITORS:
-- Adobe Dreamweaver CC - https://www.adobe.com/products/dreamweaver.html
-- Codespaces (free, browser-based) - https://github.com/features/codespaces
-- Nova (Mac only, formerly called Coda) - https://nova.app/
-- Pinegrow - https://pinegrow.com/
-- Sublime Text - http://www.sublimetext.com/
-- Visual Studio Code (free) - https://code.visualstudio.com/
============
ONLINE SITE BUILDERS:
-- Squarespace - https://www.squarespace.com/
-- Webflow - https://webflow.com
-- Wix - https://www.wix.com/
-- WordPress (open source) - https://wordpress.org/
Copy link to clipboard
Copied
I tried getting free Filezilla but only Filezilla Pro came up and then took
12.99 out of my card!
I know nothing about 'back end' so can't even figure how to use Filezilla
as don't know what they mean by a directory.
[mod removed personal info]
Copy link to clipboard
Copied
DIRECT LINK TO FREE FILEZILLA CLIENT:
https://filezilla-project.org/download.php
Consult FileZilla's online documentation for details.
https://wiki.filezilla-project.org/Using
Copy link to clipboard
Copied
So can I create a folder, name it, then use FileZilla to transfer to the
folder I created? --
[mod removed personal info]
Copy link to clipboard
Copied
So can I create a folder, name it, then use FileZilla to transfer to the
folder I created? --
[moderator removed personal info]
By @Lynne29895061y2tb
===========
Yes. In theory you can. But if the code paths in your documents don't mesh with your server's folder structure, you could be creating problems for yourself.
Fundamentally, web files must be uploaded to the server's root directory. This varies by hosting plan. The most commonly assigned roots are public_html, www, html, htdocs, webdocs. If unsure, ask your hosting provider which root to use.
If memory serves me, Muse creates an HTML folder for web pages, a CSS folder for stylesheets and a JS folder for JavaScripts. If your site also contains 3rd party widgets, there may be other folders.
In the absence of fundamental coding skills and know-how, you may need to hire an experienced web developer to help you. Or rebuild your site with a DIY online site building service like Squarespace, Webflow, Wix or WordPress.
Copy link to clipboard
Copied
Since I am not having these issues, I can't test this:
Is it possible that if you disconnect your computer from the internet that Muse will not be able to "dial home"
and do a Typekit access check.
This "might" let you export the HTML
Just a thought.
Copy link to clipboard
Copied
Hi,
Yes, I thought that might work to export the HTML without an internet connection.... not luck.
Still got the [error 403 No Typekit Access].
If I find out how to bypass this, I believe that may export the site in HTML on my desktop.
Any help will be more than welcome.
Copy link to clipboard
Copied
Did your disconnect the internet before starting Muse?
Copy link to clipboard
Copied
Hi Eduan,
I make a test also. Disconnect from the internet, creative Cloud, and everything with no connection at all before start Muse.
I used only self-hosted fonts (branded and elegantIcons).
I receive this message: "Could not generate code to enable one or more web fonts on page ......". [Error 500]
or this message: "Could not generate code to enable one or more web fonts on page ......". [Error 0: Not Connected]
Regards,
Erik
Copy link to clipboard
Copied
If you open preferences ( under Adobe CC menu bar item )
Here there is an option to highlight missing fonts.
Pehaps this would help you identify where you have typekit fonts.
Lastly have you tried making a simple one page site: literally a "hello world" with say an Aerial font
and see if you are having the same issues.
Copy link to clipboard
Copied
We couldn't export as HTML either but after deleting ALL typekit markups the problem was gone.
To find all Typekit font markups actually was difficult. We managed it because the Muse file is technically an SQLite database. It can be opened in an appropriate editor but just to search for the typekit occurrences inside. Don't edit there. I used SQLiteStudio, which is open source. Please don't forget to make backups and only work in a copy. Muse should be closed while opening the file in the SQL editor.
That way I (system administrator) could tell our web designer what changes to make.
If you search for the keyword 'typekit', you'll find database entries of type WebFontObject representing the Typekit fonts, each with a unique UID. By searching for these UIDs, you can find the places in the site where each font is used.
The content itself is encoded in XML form, which makes reading difficult, but it works.
Copy link to clipboard
Copied
Glad it worked for you. But your situation is very unique and won't work for the majority of Muse sites that are static HTML.
Copy link to clipboard
Copied
You can use a S/FTP Client like FREE FileZilla to download HTML and other files from your web server. Once downloaded to your computer, you can use any decent code editor to work with web files.
Custom fonts & Typekit references should be removed with Find & Replace from all HTML, CSS and JS files -- particularly if you used 3rd party themes or widgets to create the site.
CODE TUTORIALS:
==============
- https://www.w3schools.com/html/
- https://www.w3schools.com/css/
- https://www.w3schools.com/js/
CODE EDITORS:
==============
-- Adobe Dreamweaver CC - https://www.adobe.com/products/dreamweaver.html
-- Codespaces (free, browser-based) - https://github.com/features/codespaces
-- Nova (Mac only, formerly called Coda) - https://nova.app/
-- Pinegrow - https://pinegrow.com/
-- Sublime Text - http://www.sublimetext.com/
-- Visual Studio Code (free) - https://code.visualstudio.com/
Hope that helps.
Copy link to clipboard
Copied
All my Muse files are now showing as Unix exec so my domain guy suggested I download Filezilla but it downloaded as filezilla Pro and asking for $12.99 per month. Does anyone know if I can get the exec files to open? I was able to open my Quark files showing as exec by adding .qxd Is there one I can add for Muse to open? thanks
Copy link to clipboard
Copied
Free FileZilla S/FTP client is available from this URL.
https://filezilla-project.org/download.php
FileZilla PRO is for advanced developers who need to upload files to WebDAV, Amazon S3, Backblaze B2, Dropbox, Microsoft OneDrive, Google Drive, Microsoft Azure, and Google Cloud Storage.
All my Muse files are now showing as Unix exec...
I've never heard of that before. Sounds like you have a file association problem at the OS level.
Muse is end of life legacy software from 10+ years ago.
Muse files are proprietary, meaning only Muse software can open them.
In the absence of Muse software, you would need to download the actual web files from your server with FileZilla S/FTP client and open the .HTML, .CSS and .JS files with a plain code editor.
CODE EDITORS:
-- Adobe Dreamweaver CC - https://www.adobe.com/products/dreamweaver.html
-- Codespaces (free, browser-based) - https://github.com/features/codespaces
-- Nova (Mac only, formerly called Coda) - https://nova.app/
-- Pinegrow - https://pinegrow.com/
-- Sublime Text - http://www.sublimetext.com/
-- Visual Studio Code (free) - https://code.visualstudio.com/
Hope that helps.
Copy link to clipboard
Copied
I have tried it. But is was not possible to export to HTML - still have "... no typekit"
Copy link to clipboard
Copied
See the correct answer above.
Hope that helps.
Copy link to clipboard
Copied
Thanks
I also looked at
scroll to Jay Nadal Apr 27, 2023
It works! I am so happy! 🙂