Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Font upload problem (2)

Avatar

Former Community Member

We did all the steps of the font-manifest (https://helpx.adobe.com/digital-publishing-solution/help/cards-layouts.html#fonts-cards‌), but we are unable to upload our fonts on our build. We read the last topic about it and we followed the steps indicated by Andrei, but without success.

"When creating the manifest, please make sure the json file is actually named "font-manifest.json". If you name it fonts.json, fonts won't be baked in the app properly and won't work. (this was the problem this time around) We're looking at "manifest-free"

Here is our manifest: https://www.dropbox.com/s/6g4i7to7f1ojrc9/font-manifest.json?dl=0

Could you help us?

1 Accepted Solution

Avatar

Correct answer by
Employee

I took all you font-manifest.json text and copied it into a couple different online online JSON validator tools and they all came back invalid. It looks like there are a number of hidden characters that is causing the failure. The first three hits with this query return some tools: json validator‌.

To clear up these hidden characters you should format the JSON as a plain text file. I hope this helps. If not, I suggest contacting support, this may be specific to the font files.

View solution in original post

25 Replies

Avatar

Level 3

I'm also having this problem. I've been working on it for the last day and can't get anywhere.

Here is our manifest: https://dl.dropboxusercontent.com/u/19036466/font-manifest.json

FYI, I'm building an iOS App running on iOS 9.

Avatar

Employee

Is the problem that you cannot upload the fonts, or that the fonts aren't properly applied when viewing your app on the device? If it is a problem uploading please post a screenshot.

Avatar

Level 3

They're not properly applied for us.

Avatar

Level 3

What sucks too is that I had them working during the Beta.

Avatar

Level 3

Hello Nathan, it's the first scenario: the fonts aren't properly applied when we view our app on the device.

Thanks,

Alberto

Avatar

Level 3

The other funny thing is the fonts are working just fine in my HTML articles.

Avatar

Correct answer by
Employee

I took all you font-manifest.json text and copied it into a couple different online online JSON validator tools and they all came back invalid. It looks like there are a number of hidden characters that is causing the failure. The first three hits with this query return some tools: json validator‌.

To clear up these hidden characters you should format the JSON as a plain text file. I hope this helps. If not, I suggest contacting support, this may be specific to the font files.

Avatar

Level 1

Hi, @

thanks for the answer it is really helpful for me. 

best wishes for you.

Avatar

Level 3

You're right, it was the file. The problem with the validator tool you suggested is that it doesn't highlight hidden characters, so it's basically only helpful by telling me that my JSON file sucks. I did find this validator tool, however, that not only highlights the hidden characters but even allows me to edit the file while testing it: http://codebeautify.org/jsonvalidate

Now my fonts are working great.

Avatar

Level 1

hi, @Richiinz thanks for the answer it is really helpful for me. 

Avatar

Level 3

I've got it woking on iOS and Android now. Is there a bug with Windows? Because it's not working on Windows.

Avatar

Employee

Hi Zac,

For Windows it's possible your fonts are tagged with a setting that indicates they can't be embedded, and if that's the case the Windows OS won't load them in our app. You can verify this by looking at the font properties in Windows (right click on the font file, select properties, details tab) and look at the font embeddability field.

Neil

Avatar

Level 3

Some of them are print/preview and others are listed as installable. I'm guessing if they're print/preview they won't work.

Avatar

Employee

Yeah, that’s my guess. We saw this with another customer and it’s entirely at the OS level. We ask for the font and the OS refuses to provide it.

Neil

Avatar

Level 3

Would this be the same case for using fonts in HTML articles on Windows? The fonts are packaged with the article.

Avatar

Employee

Not sure on that one. We just have the web control render the HTML, the DPS app is totally uninvolved in that portion.

Neil

Avatar

Level 3

The articles are working fine on iOS and Droid...

Can I email you my article file so you can take a look?

Avatar

Employee

You should call enterprise support and ask them to investigate the issue for you.

Neil