-
1. Re: Web Fonts Not Loading Correctly
vivekuma Sep 17, 2014 12:34 AM (in response to sayokoy)The dropbox link is broken.
-
2. Re: Web Fonts Not Loading Correctly
Robyn_cpl Sep 17, 2014 1:04 AM (in response to sayokoy)The link is broken but I use a different way of adding in fonts using @fontface
I'm using LucidaSansUnicode as a example.
Go to the font in the library and click on the plus button, add the below code to the embed code sections and then the add LucidaSansUnicode to the font fallback bit and click save the font you have added.
<style type="text/css">@font-face { font-family: LucidaSansUnicode; src: url(LucidaSansUnicode.woff);}</style> The font name will appear in the drop down with all the other fonts you just have to make sure that the font is saved either in the same places as your edge (.an) file or change the url to a folder location.
Hope this helps
-
3. Re: Web Fonts Not Loading Correctly
sayokoy Sep 17, 2014 8:10 AM (in response to vivekuma)It should be working now.
-
4. Re: Web Fonts Not Loading Correctly
sayokoy Sep 17, 2014 8:11 AM (in response to Robyn_cpl)Hello Robyn_cpl,
Thank you for your reply. It worked in Adobe Edge! However, when I publish the animation and opened the html file, the fonts were not loading properly...
Best,
Sayoko -
5. Re: Web Fonts Not Loading Correctly
Robyn_cpl Sep 17, 2014 9:13 AM (in response to sayokoy)You have to make sure that the font is in the publish folder too under the same url.
-
6. Re: Web Fonts Not Loading Correctly
sayokoy Sep 17, 2014 9:28 AM (in response to Robyn_cpl)It worked!! Thank you!!







