I can see my Typekit Font on Preview but not in Edge

Hello All
The typekit font works fine when I preview the website or publish the website onto the internet.
But inside edge animate where I am doing the building of the website, it just shows the fallback font, which is different enough to cause text to be out of place when viewing the creation in a browser.
I have been told that it is something to do with the settings on my computer. I am using a PC.
Can anybody help?

Hi, Will-
Do you have localhost (127.0.0.1) added to your Typekit's settings?  I'm surprised that it's working on preview if it's failing on the stage, as one of the likely culprits is often a firewall setup issue.
Cheers,
-Elaine

Similar Messages

  • I have photos on a cd which I'm trying to open .  If I click on them I can see the picture in the preview, but when I double click it doesn't recognise the picture.  They are all in .jpg format.  Tried copying them but it said some data cannot be read.

    I have photos on a cd which I'm trying to open .  If I click on them I can see the picture in the preview, but when I double click it doesn't recognise the picture.  They are all in .jpg format.  Tried copying them but it said some data cannot be read.  The files exist but I just can't seem to view them

    Select one and hit the Space bar to view it in QuickLook. Use the forward arrow keys to move from file to file.   If the file can't be viewed in the QuickLook mode then the file is damaged and probably can't be copied or moved.
    You could try a photo file recovery application like  MediaRECOVER which can scan the memory card and tell you what files, if any, can be recovered before you have to purchase it.
    OT

  • I have a new iPad with wifi. When I send messages I can see my sons and my husbands but not my phone number.  We all have an iPad and all use the same apple ID as iPad the bill.  How can I remove their numbers and add mine?

    I have a new iPad with wifi. When I send messages I can see my sons and my husbands but not my phone number.  We all have an iPad and all use the same apple ID as iPad the bill.  How can I remove their numbers and add mine?

    Add another e-mail account to your messages, so people could reach you on that e-mail from messages. As soon as you are online (if you have wifi only iPad) you are able to send and receive messages. i.e. your son can send you a messages from his iPhone addressing it to your (that additional) e-mail address.

  • I can see my ipad in my computer but not in itunes- how do i fix this?

    I can see my ipad in my computer but not in itunes- how do i fix this?

    Make sure you turn on the Menu and Sidebar if you are using the latest version of iTune.
    Ctrl+S to view Sidebar
    Ctrl+B to view Menu Bar

  • I can see my buying in my account but not into librery?

    I can see my buying into my account but not into my library. How can I update the library?

    The top:-300 is putting that div above the top of the browser viewport. Fix that and you'll see the div.

  • I am using version iPhoto'11. Since I installed this version I experience some difficulties. After importation of pictures I can see the pictures under Library/Pictures but not under Library/Events. However I can see the event and the number of pictures.

    Hello,
    I am using version iPhoto'11. Since I installed this version I experience some difficulties. After importation of pictures I can see the pictures under Library/Pictures but not under Library/Events. However I can see the event with the event title, the number of pictures and the pictures itselve as small thumbnails. BUt ounce I want to open the event to see the pictures in full screen the event title annouces 0 pictures and no pictures are visble anymore to mee. I have checked if the pictures are marked as hidden and this is not the case. What's going wrong. All the other events are visible in a normal way.
    The albums with the same pictures into them are visible.
    Thanks for your help,
    Raf

    Make a temporary, duplicate copy of the library and try the two fixes below in order as needed:
    Fix #1
    1 - delete  the iPhoto preference file, com.apple.iPhoto.plist, that resides in your Home/Library/Preferences folder. 
    2 - delete iPhoto's cache files that are located in your Home/Library/Caches/com.apple.iPhoto folder. 
    3 - reboot, launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding the the Option key.  You'll also have to reset the iPhoto's various preferences.
    Fix #2
    Launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library. Select options #1, #2 and #6.
    Click to view image full size
    OT

  • I can see my portal from my computer, but not thru the internet by IP

    I can see my portal from my computer, but not thru the internet by my IP. I tried to put different page into ORACLE_HOME\Apache\Apache\htdocs and i can see it thru the internet. How can I fixed that?
    Thank you for yor help.

    i received message:
    The page cannot be displayed
    but in Address tag my page address was displayed:
    http://oracle/servlet/page?_pageid=97,99,113&_dad=portal30&_schema=PORTAL30
    Thanks

  • How come I can see my div in design view but not in live view

    Hi,
    I have a div ID called "portfolio" that I can see in design view but not live view or on a browser. It's a little pink square and I want that square round also.
    I ran it through validator. It picked up some things in the style.css which I changed and the boilerplate.css that I did not. Because I thought DW auto creates code for boilerplate because I don't enter that code myself.
    It's also rejecting a lot of webkit code but this seems like standard webkit code that works elsewhere on the page.
    BTW: at what point does this brutal hand coding pay off in money and less heartache when Wordpress looks cleaner and is so much easier to use? I feel like I barely know HTML or CSS in terms of translating vision to reality and with all-browser functionality after months and months of on-line classes. How long are the pros at it till they reach a watershed point?
    here's my address: http://www.adjacentdimensionsmedia.com/home.html
    Here's my html:
    <body>
      <div class="gridContainer clearfix">
        <div id="div1" class="fluid"><img src="adtitle2.png" width="700" height="80" alt=""/></div>
      <div class="fluid"><div class="box-shad"><a href="index.html"></a></div>
      </div>
        <div id="portfolio">Portfolio</div>
    </body>
    Here's my CSS:
    .box-shad {
      margin-top: 200px;
      margin-left: 100px;
      width: 900px;
      height: 700px;
      display: block;
      background-image: url("images/Big-tree-trans1.png");
      background-size: 900px 700px;
      -webkit-box-shadow: 15px 15px 15px #000000 inset;
      box-shadow: 15px 15px 15px #000000 inset;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: fixed;
    .box-shad a {
        display:block;
        width:900px;
        height:700px;
    #portfolio {
      width: 100px;
      height: 100px;
      margin-top: 0px;
      margin-right: 200px;
      margin-left: 200px;
      margin-bottom: 0px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: pink;
      top: -300px;
      position: relative;

    The top:-300 is putting that div above the top of the browser viewport. Fix that and you'll see the div.

  • I can see my ipod in My Computer, but not in itunes - Why?

    I can see my ipod nano in My Computer, but can't see it in iTunes under available devices.
    I have tried uninstalling iTunes, reinstalling but this doesn't help.
    I can see the ipod using someone else's iTunes.
    What is wrong?

    The top:-300 is putting that div above the top of the browser viewport. Fix that and you'll see the div.

  • I backed up my phone because I was upgrading hardware but when I went to "restore from backup" it wasn't listed in iTunes. I can see the files in a folder but not in iTunes.  Is there any way of backing up my phone from the most recent backup?

    Please help

    The following says how to restore from backup.
    iOS: How to back up
    If you go to iTunes>Preferences>Devices you can see if you have an iTunes backup. You need one dated before or the exact time you started the restore.

  • I have an external hard drive with a shared music folder, which I can access (from Home Sharing) and play music on my Windows computer. On my new Mac, I can see the drive in Home Sharing but not play any music. What's the solution?

    I have an external network hard drive with a shared music folder (WD MyBookLive), which I can access from Home Sharing and play music on my Windows computers. On my new Mac, I can see the drive and the music in Home Sharing but the tracks will not play. All the other authorized computers in my home network show up in Home Sharing and I can play the content. What's the solution?

    Troubleshooting Home Sharing - http://support.apple.com/kb/TS2972

  • ACR 5.7 can see camera profiles in Bridge CS4 but not in Lightroom 2.7

    When utilizing ACR5.7 through Bridge CS4 - the cameral profiles are easily applied for my .NEF files (Nikon D300) but when I am in Lightroom 2.7 the camera profiles are not available unless I convert the nef to DNG.  I have tried to search the web and these forums but I am unable to locate the answer to my problem:
    Why can't I see the camera profiles in Lightroom for my nef files when I can see them through Bridge.. (both running ACR 5.7)
    Windows XP xp3
    Lightroom  2.7
    Bridge CS4
    ACR 5.7
    Nikon D300 profiles
    Thanks for the help.
    NGG

    For those who might be reading this and having "odd" problems .. my solution was to delete my preferences file.
    http://lightroomers.com/replacing-the-lightroom-preference-file/745/
    This solved several odd issues I was seeing in my lightroom including the camera profiles..

  • Can see my file in Windows explorer but not in DW

    There's gotta be an easy fix for this one...  I have a .jpg that I copied over into the file structure of my local site.  I know it's there, I can open it from Windows explorer.  But DW doesn't see it!  I tried just closing and relaunching DW and rebuilding the cache... what am I missing?  It just doesn't show up in the DW file list!
    Thanks,
    mathnun

    OOPS!  As you might have guessed I was looking in the wrong place... WAMP instead of XAMPP, I have a duplicate file system and saved my .jpgs to the old one. 

  • You can see the numbers on call id but not the caller name

    I can see the number when an incoming call comes in, but I can not see the name even though it is in my contact list.  Can someone suggest how to correct his issue?

    Please give us the exact error message.
    Please state your operating system.
    Please state the exact version of Lightroom you are using.
    Please give us any other relevant details.
    What does this mean: "Now all of a sudden I can see the images on the screen"? Are you looking in Lightroom or your operating system or the camera screen? Where?

  • Hi. I have an IPAD2 with IOS6 and itunes 11. I can see my music files in itunes but not in my music apps.

    Hi. I have an IPAD2 with IOS6 and itunes 11. I can see my music files in itunes from my Windows PC but not in my music apps on the IPAD. I can even play the music files on my IPAD in itunes.

    Hi there,
    You may find the article below helpful.
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12313
    -Griff W.

Maybe you are looking for

  • A VERY Strange Eclipse Error

    I have a test class which I am running as an application in Eclipse to test the behavior of another class, MyClass: public class TestMyClass {      public static void main(String[] args) {           MyClass mc = new MyClass();           mc.method1();

  • IWeb '08 Photos Not Visible in Internet Explorer 7 on PC's

    I've read through the posts looking for a workaround....I can't get photos onpages from the "iWeb Photo Template" to show up on PC's running IE7. Every other page looks just fine in IE7...and in fact, looks fine in Safari and Firefox (as you'd have g

  • "Unknown USB Device"

    I got my 2GB nano last Monday. I could successfuly install it on my laptop and upload some songs to it. That done, I wrapped it again and gave it to my wife, so she and the kids could "surprise" me for my Birthday. Yesterday I got it,listened to the

  • Externalise Users from Essbase to Shared Services

    Hi All, We have a issue with externalising users to shared services We have shared services on sun os 5.10 which is in a ssl (secure sockets layer) mode and Essbase installed on windows server 2003 sp1 which is in a non ssl mode and when we are tryin

  • Camera RAW and Photoshop won't support RAW photos from my new Panasonic Lumix FZ70

    I have a new camera, Panasonic Lumix FZ70.  When I try to open  RAW images on my compupter or in Photoshop CS5.1, I get a message that says Camera Raw and Photoshop don't support RAW images from this camera.  What can I do to fix this? Thank you!