Safari suddenly displaying pages in a strange font

There are 3 users on my system and this is just affecting me. When I go to any web page what would normally be shown in a normal font has been changed to an almost unreadable one. It's not all the text on the page, and some pages are a lot worse than others (some look completely normal). Nothing has been changed in safari's preferences - I still have ordinary fonts for the standard and fixed width font. This must have something to do with installing a few new fonts into font book to have a look at and then deleting them again. But I can't understand how one could end up affecting the way safari shows a page? I've cleaned the font caches. Tried a restart - nothing helps. It has to be a local change as my other two users are unaffected. Any ideas?

Problem solved! It turned out to be an errant font that I'd installed but which hadn't shown up in Font book called 'mech'. I hadn't thought any more about it yet somehow had begun to interfere with the text of a web page. After looking in the font folder I discovered it was in there and when I went to delete it I was told it was still in use. Quit safari, deleted the file, relaunched and everything back to normal. Can't explain why it was able to alter safari though.

Similar Messages

  • Safari not displaying page

    Hopefully, someone is much more experienced than I. I cannot get Safari to display a slide menu that is coded in javascript yet it works in every other browser, IE, Netscape, Opera and Firefox. The following is the link to the html page: http://www.designoutput.com/testslide.html
    I believe it is a lack of understanding on my part of how Safari accepts code. all help will be appreciated.
    G4 Silver 733   Mac OS X (10.4.7)   Scii Card, Splash card

    Harvey,
    W3C Markup Validation Service has several recommendations for resolving your problems.
    ;~)

  • Safari not displaying pages correctly after upgrade to Mavericks

    Hi, I just upgraded my macbook pro (mid 2010) to Mavericks and safari now displays web pages as if I was really zoomed in. When I load a page I will see it correctly for a second and it will then zoom in (no amount of pinch on my trackpad solves the problem). I can cmd - a few times to get it back to a normal display size, but I need to do it for every tab I open. When I open chrome, everything displays properly. Any Idea on what could cause this problem? Thx in advance
    Sorry if I am not posting to the right forum, kinda new here

    Try holding the control key and using a 2 finger swipe up or down (direction depends on how you have the track pad set) and see if you may inadvertently done zoom from this, it is different from a pinch zoom

  • Safari wont display pages it apprently loads

    Today I fired up a G4 laptop (OS 10.2, 1gigRAM) and SAFARI would not display anything despite the progress bar indicating the page had successfully loaded. All I have is a blank page.
    It doesnt matter whether I access the internet via wireless or cable modem. I purged the cache and it didnt help. Later, I downloaded FIREFOX and it seems to work fine.
    My problem is specific to this machine (my other Macs are fine) so I am convinced the problem is application related. Any guidence is appreciated.
    Cheers,
    tim
    Titanium G4laptop   Mac OS X (10.2.x)  

    Hi,
    One quick test you can do to help narrow down things is browse with Safari in another user account. This will help us to know whether your problem is local to your account or system wide. If you don't have another account you can use System Preferences -> Accounts -> [+] to create a test one (and [-] to remove it if needed)

  • Safari not displaying pages correctly...

    I have a new iMac with two accounts on it. One for my wife and one for me. On my account, safari works fine regardless of the website. However on my wife's account safari, cuts off some of the content and some of the text appear to be too large for the frames. In both accounts the safari's settings are set to default and are identical. The only difference that I can figure out is that my account is the admin, and my wife's isn't. The error does not happen on all webpages, just a couple here and there. I have changed her over to firefox for the time being, but it is bugging me that I cannot figure out what is going on. Any help is sincerely appreciated.
    Thank you.

    If your wife added fonts to her /Users/herhome/Library/Fonts folder, that could be the problem.
    If that's the case, have her remove them.
    Also she could do the following:
    1) Quit all open applications.
    2) Delete the fonts caches with FontNuke +(or with whatever utility you normally use)+
    FontNuke <http://www.jamapi.com/pr/fn/>
    3) Restart
    4) Open the Font Book->Edit menu 'Select All' fonts - from the File menu select 'Validate Fonts'
    from the Edit menu select 'Resolve Duplicates'
    Good luck,
    Tom

  • Sudden Display issues in Firefox from Dreamweaver-built pages

    Hi, first time posting and a novice at Dreamweaver and web design so please bare with me.
    I'm an IT administrator for a small charity company and they decided to ask me to build them a website, I bought Dreamweaver in University and had a small try with it but never really used it since.
    Now I'm no web designer but I'm trying the best I can, I managed to make a few preliminary pages for use and found they displayed correctly in most browsers apart from IE and Opera.
    But Suddenly today - after no editing or alterations since friday (and it displayed fine yesterday on tuesday), it started experiencing the same issues in Firefox this morning for no apparent reason. I assumed that it would be a problem with Firefox but when trying to sign up to Firefox help I meet an "Access Denied" page after clicking to sign up. Now I know there's no point in searching their forums for that issue because of course, how can someone complain they have the problem when the fact they can't get on the forums to post is what's preventing the post in the first place?
    I googled both of those issues and turned up nothing, which led me here.
    The "Access Denied" at signup issue is obviously not what I'm seeking for here though, but would like to know if anyone else has experienced the issue with the formatting suddenly displaying incorrectly in browsers when they worked fine before?
    Like I said, I'm a complete novice at web design and dreamweaver so feel free to tell me the coding in the website is pants, I know it is but it does (did!) the job in most browsers.
    Any help at all would be appreciated.
    Faultlessdark
    www.guidonsupportservices.org.uk
    PS. For an ironic laugh - note the "This website is best displayed in Mozilla Firefox and Google Chrome" at the bottom of the page

    My advice, although negative, would be to stay clear unless you are confident and capable of using html and css. Dreamweaver won't do the job for you and you will be biting off more than you can chew.
    Having said that I've made the necessary changes so that your page will work in all browers. Just copy the whole html code and css below, paste into a new Dreamweaver document and save to your site root folder.
    Do not mix measurements i.e., width 43em, padding 15px etc. I would advise staying with px based measurements as measurements are critical to if the site works or not. I don't know what 43em + 15px makes but I do know what 170px + 15px makes. I have changed the width of the containers in your code to px.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <title>Home</title>
    <script type="text/javascript" src="swfobject.js"></script>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css">
    <!--
    body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-image: url(background.jpg);
    background-color: #FFFFFF;
    /* Tips for Elastic layouts
    1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
    2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
    3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
    #wrapper {
    width: 909px;
    margin: 0 auto;
    .oneColElsCtrHdr #sidebar1 {
    float: left;
    width: 170px; /* since this element is floated, a width must be given */
    border: 2px solid #FFF;
    padding: 15px 0; /* top and bottom padding create visual space within this div */
    color: #FFFFFF;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    .oneColElsCtrHdr #container {
    width: 735px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
    background: #FFFFFF;
    border: 0px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    .oneColElsCtrHdr #container2 {
    width: 735px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
    background: #FFFFFF;
    padding: 0px 0px;
    float: left;
    border: 0px solid #000000;
    text-align: left;
    .oneColElsCtrHdr #header {
    background: #FFFFFF;
    padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    .oneColElsCtrHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    .oneColElsCtrHdr #mainContent {
    padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background: #FFFFFF;
    .oneColElsCtrHdr #footer {
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#FFFFFF;
    .oneColElsCtrHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    text-align: center;
    font-size: 70%;
    .oneColElsCtrHdr #container #mainContent h1 {
    text-align: center;
    .oneColElsCtrHdr #container #mainContent h2 {
    text-align: center;
    .White {
    color: #FFF;
    .White {
    font-size: 70%;
    .oneColElsCtrHdr #container #FlashMenuLabs {
    text-align: center;
    .oneColElsCtrHdr #container #FlashMenuLabs {
    font-size: 80%;
    #sidebar1 p {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    .oneColElsCtrHdr #sidebar1 p {
    font-size: 90%;
    .oneColElsCtrHdr #sidebar1 p {
    font-family: "Times New Roman", Times, serif;
    -->
    </style>
    </head>
    <body class="oneColElsCtrHdr">
    <div id="wrapper">
    <div id="sidebar1">
    <center><h3>Site Map</h3>
      <strong>Home</strong>
      <strong><p>Guidon Support</p></strong></center>
      <p>-Our aim</p>
      <p>-What we do</p>
      <p>-Management Team </p>
      <p> -Careers</p>
    <center><strong><p>Guidon Recycling</p></strong></center>
      <p>-Materials</p>
      <p>-Our Customers</p>
      <p>-How we can help</p>
      <center><strong><p>Groundworks</p></strong></center>
      <p>-Projects</p>
      <p>-Services</p>
      <p>-Our Skills</p>
      <center><strong><p>The Charity</p>
      <p>Contact Us</p>
      <p>About Us</p></strong></center>
    </div>
      <div id="container2">
      <div id="container">
       <img src="guidon banner.jpg" width="734" height="229" />
      </div>
      <!-- Flash Menu Labs – www.flashmenulabs.com -->
      <div id="FlashMenuLabs">Oh dear, it appears you have an older version of Adobe Flash player or don't have it installed, you need it to navigate our website - <a href="http://www.adobe.com/go/getflashplayer">Go get it!</a>            
      </div> 
      <script type="text/javascript">
        // <![CDATA[
            var so = new SWFObject("menu.swf", "menu", "740", "160", "8", "#000000");
            so.addParam("wmode", "transparent");
            so.addParam("scale", "noscale");
            so.addParam("salign", "TL");   
            so.write("FlashMenuLabs");
        // ]]>
        </script> 
       <div id="mainContent">
        <h1>Welcome - Under Construction</h1>
        <p>Welcome to the Guidon website. Guidon Support services is just a small part of the Guidon Group, which covers different areas such as Recycling, Civil Engineering and work based training. Please be aware that the site is under construction and this is the Home page. This is currently on here as a test to ensure that everything displays correctly. The full website will be available soon.</p>
        <p>You'll notice that our company is split in to these different areas on the website - so if you want to know about any of our services just pick the department on the handy menu above and head on over. </p>
        <p>Our recycling services cover a wide range of materials, including various metals and plastics - if you have some materials that you want us to take off your hands, go take a look to see if we process it, then give us a call. We'll collect and move it all - for free!</p>
        <p>Guidon Support Services is the main branch of the Guidon Group. The active offshoot of The Guidon Charity, Support Services aims to give current and ex-servicemen the opportunity to transfer their experience and skills to be applied in the civilian workplace, allowing them to get on their feet if they're having trouble getting back in to work.</p> 
        <p>Our groundworks services is our own little civil engineering division aiming to install GSHP (Ground Source Heating Pump) systems for private and commercial properties.</p>
        <h2>The Guidon Charity</h2>
        <p>The Guidon Group is set up for one ideal: To  reduce the harm caused by homelessness, drug and or alcohol abuse and to  support serving or former service personnel or their families to lead a happy,  healthy and productive life. Profits generated by the Guidon Group are passed on to the Guidon Charity to help us fulfill this aim
          <!-- end #mainContent -->
        </p>
        <p> </p>
      </div>
      <div id="footer"> 
        <p>This website is best viewed in Google Chrome and Mozilla Firefox - <a href="Browser Support Page.html">Why?</a></p>
        <p>Guidonsupportservices.org.uk &copy;2011 The Guidon Group. </p>
        <p>Contact the webmaster; [email protected] </p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    </div><!-- end wrapper --
    </body>
    </html> 

  • Links to safari not working properly -- safari doesn't display page on top

    I just did the latest upgrade.. but notice that if I choose a link from within an email - it opens safari - but the safari page is hidden by the email screen.. the safari page is not viewable without choosing it from the "window" menu item. At first I thought the links from email were not opening safari at all -- then realized that the safari page does open --but it does not come to the forefront of my screen - as it used to...

    I called applecare and they recommended re-installing the update directly from their site - apparently a lot of issues with updating from the software update via apple menu. So I did - and have the same problem. my husband has it also on his macbook.
    I discovered that it's tied to the "space preference". If I turn the space preferences completely off -- my links from email do open up correctly in safari. If I turn the preference on (not including mail as an application" - the problem resurfaces Which is that when I click on a link in an email - the page does not appear in the forefront in safari.... it gets "hidden" behind whatever page safari is displaying
    Has no one else had this issue but me (and my husband). I don't really use the space preference anymore -- but this is definitely a new issue on my laptop.

  • When creating PDF from web page why does text appears as strange font not readable?

    I am using Acrobat Standard, ver. 9.5.5.  Frequently if I save a web page on either Firefox or Internet Explorer by printing to my Adobe PDF driver, much of the text is rendered in a strange font rather than in the font that appears on the web page.  The only work-around I have found is to print the document to a printer and then scan the printed page to create a PDF.  Is there a solution to this problem?

    The OS may be an issue so what are you using Win7, Win8, XP, MAC, or other? In printing, what job settings are you using? When you open the PDF, check the properties (ctrl-D) to see if the fonts are embedded or not. The problem is likely related to the font not being embedded. The embedding may be a license issue for the font. Acrobat will only embed fonts that are properly licensed. You might try the Print or Press job settings that are a bit better to embedding all fonts.

  • Safari will not display pages

    I recently updated to Mountain Lion on my late 2010 MacBook Air.  Today, I attempted to use Safari and I can get no page to display.  Safari itself loads, but no pages will load.  I use Chrome as my default browser and only pull up Safari occasionally, so I can't say for sure that I have used Safari since the upgrade, however, I probably have.
    Today, I was invited to a Go To Meeting online meeting.  I opened the page in Chrome and it downloaded the GTM app.  I clicked on that and it tried unsuccessfully to download required files from it's server via it's own app.  I tried this several times without success and then thought to try the entire process using Safari.  That is when I discovered that Safari would not display pages.  It acts as if it has no connection to the internet.  Safari loads and the progress bar moves a little across the top then it just stops.  It never times out or complains; just nothing.
    Given that the GTM app looks also like it cannot connect to the internet, I went looking at some of the suspects.  My firewall is turned off.  My network status comes up clean when I test it. ...and more oddly, Chrome seems to have no problems with any and all pages.
    I searched for similar problems with solutions and one recommendation was to boot into safe mode to see if that made a difference.  I did that and there was no difference.  Since I don't use Safari routinely, it is stock, as delivered.
    Any ideas for how to troubleshoot this?
    Thanks,
    Bill

    Select  ▹ System Preferences ▹ Network ▹ Advanced ▹ Proxies. If any proxies are selected, deselect them, apply your changes, and try again. You must apply the changes before they take effect. You don’t need to change the other settings.

  • [SOLVED]change the font that displays pages in the browser Uzbl

    hi all
    there is some form in the browser Uzbl change the type of font displayed on web pages?
    thanks
    Last edited by jccl1706 (2010-03-16 01:32:53)

    You would need to apply a style sheet that loads for all pages that you visit (fonts that you view on the web are determined by a) the designers who specify either specific fonts, or families (like serif) and b) the fonts that you have installed on your system).
    Last edited by jasonwryan (2010-03-15 22:41:21)

  • Safari start up page won't display

    Safari start up page try's opening multiple times and finally says it can't display web page. It has repeatedly encountered an error while trying to display. You can then go to yahoo.com, YouTube, google, whatever you want. It want open apple.com though. I have reset my safari. I have safari 5.1.7.    I try to run my disk utilities and a min into repairing disk utilities, an error occur's and doesn't finish.repairing.. I've went into system preferences, network, advanced, and then into proxies and nothing is checked in there except for the use of passive FTP Mode. Can any one help me out?

    I ran the hardware test on the Application's DVD and within 3 sec's of running it, it came back with a code of 4MEM/4/40000000:0xa9f7a118.  I know the MEM codes have something to do with memory. I've had our computer in 2 different times at Geeksquad. They've sent it off and replaced the hard drive on one occasion and the mother board on the other occasion. I keep telling them that it's probably the RAM, but the headquarters where they send it to keep's saying that in all there check's they've done, the RAM is fine. Everytime before they've sent my mac off i've had a chance to run the hardware test and gotten a 4MEM code back each time before these parts were replaced. Before the 1st replacement (hard drive) was replaced the code was 4MEM/4/40000000:0xa9f75e98.  The 2cd replacement (mother board) the code was 4MEM/4/40000000:0xa9f75f18.    Whatever the problem is, it looks like it's coming from the same place just looking at the code. This is been going on since the middle of Feb of this year.

  • Firefox not displaying buttons and boxes when allow other pages to use their fonts instead of my selection is selected

    Firefox not displaying buttons and boxes when allow other pages to use their fonts instead of my selection is not selected. The irritating thing is that Firefox used to display pages until FF 31. Please fix this
    Thanks
    Randy

    The missing icons are supplied by a font that is downloaded from the server (@font-face) as you can probably see by little boxes that show the hex code of the characters.
    You will have to make sure that you allow pages to choose their own fonts to see such an icon font.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"

  • When Safari opens, the page exceeds the width of my screen.  Any solutions?  Have tried adjusting the font.

    When Safari opens, the page exceeds the width of my screen.  Any solutions?  Have tried adjusting the font.

    Click the green button in the top left corner of the window to resize it. If you can't reach the button, drag the window to the right by its title bar. You can further resize by dragging any of the edges or corners. Once you've resized the window, Safari should remember the size.

  • Safari doesn't display page thumbnails

    It's been happening for a while with ShopAmex (American Express) page. All the thumbnail pictures are not displayed and there is a "?" blue icon in their place. I've tried to change user agent in the debug menu with no result. The only browser that works is Firefox, which can show the pictures, but ends up with a different issue in displaying the menus.
    Any idea?

    I called applecare and they recommended re-installing the update directly from their site - apparently a lot of issues with updating from the software update via apple menu. So I did - and have the same problem. my husband has it also on his macbook.
    I discovered that it's tied to the "space preference". If I turn the space preferences completely off -- my links from email do open up correctly in safari. If I turn the preference on (not including mail as an application" - the problem resurfaces Which is that when I click on a link in an email - the page does not appear in the forefront in safari.... it gets "hidden" behind whatever page safari is displaying
    Has no one else had this issue but me (and my husband). I don't really use the space preference anymore -- but this is definitely a new issue on my laptop.

  • Font package needed to display page

    When opening a pdf a pop-up box appears indicating a "required font package is required to display page...and to click OK to direct browser to download font package from adobe.com...but nothing happens.  How can I get this downloaded?

    Hello Pat,
    Thank you for your reply. I have a Mac OS-X Operating System and the Adobe Reader Vision 11.0.06. Is that the information you required?
    The Message I got was exactly as stated by SKenny. After one clicked on the OK Button, nothing happened. Only could read parts of the pdf Document on Display.
    It would be great if you could help,
    MHLager

Maybe you are looking for

  • Unable to install OSX Mavericks

    Every time it is installing, it comes up with a crash report when there are about 42 minutes left. When I look through the crash log, it says there is a problem with "Thread 18" Oct 26 05:09:58 localhost opendirectoryd[101]: opendirectoryd (build 339

  • Schema Binding with VSS in SQL Developer

    Hi guys is it possible to bind a Sql Developer or TOAD with Visual Source Safe or i can change database object in toad or sql developer and check in into VSS? Thanks Purvik

  • Why is Preview not displaying fonts correctly?

    Since the last Snow Leopard upgrade, Preview is not displaying some fonts correctly. I checked to see if the fonts were embedded in the PDF (by resorting to Adobe Acrobat 5... which is not displaying them correctly either) and they are True Type with

  • Can't import mp3

    can't import mp3 made in Sounbooth cs5 to Flash cs5 ? Help is needed ?

  • Trying to use trial version on my Macbook pro OX 10.8.5

    Hi, I was trying to download illustrator trial version on my Macbook pro and it's on 'waiting' forever. Never starts downloading... is there anything special that I should do with this? Please let me know. Many thanks!