Fonts on the new BBC News page are distorted

Recently, the BBC revamped its news pages. Seen on a desktop PC with a screen resolution forced down to the equivalent of 1 366 x 768 fonts small look sharp.

However, if I find the same page on a laptop with a resolution of 1366 x 768 fonts are deformed and broken. I combined two screenshots to show the problem.

On the left of the picture below is a close-up of the display of the laptop and on the right is the same page seen on your desktop with the screen resolution changed to give a vertical resolution of 768.

https://DL.dropboxusercontent.com/u/812217/Laptop_Desktop_Screenshot.PNG

I tried to download an image, but the hourglass just kept turning. I checked the font for both PC settings are that they are identical. These are the Visual settings for Windows 7 on both computers.

I tried to search to see if others have reported the problems I see, but cannot find anything. I'm puzzled as to why the BBCsite would look so bad. I hope you can help.

Thank you
Ray.

From what I see, Freesans is not a downloaded but police that Firefox would need to find it on your system. If you see the Windows fonts folder (or Panel), see you there? I don't know how it could have got installed, but maybe it can be removed...

In another thread, a method was proposed to substitute a locally installed font for that specified by a Web site. Is to apply a custom style rule (using the stylish extension or a file userContent.css) along these lines:

@font-face {
  font-family: "Freesans";
  src: local("Arial");
}

I have not tested myself.

Tags: Firefox

Similar Questions

  • where are the special characters in the new Pages?

    where are the special characters in the new Pages?

    Menubar pages: Edit: Emoji & symbols, or control-command + space combination. Same situation in other Apple applications. In addition, available as a menu item from the menu entry in the menu bar to the right, Finder.

  • Add the new page number with gaps in indesign extension app

    Hi all

    I develop an application for extension adobe indesign with adobe flex 3.4 sdk.

    the application object is to publish the document to a remote server.

    I did well all options.

    now I am facing problems to Polish.

    the problem is,

    (1) adding new page

    Let's say that a particular indesign document (portrait) contains 6 pages.

    Page 1, 2 are spread

    Page 3

    Page 4

    Page 5, 6 are spread

    Now, I will add a new page through the indesign extension.

    When I try to add a new page. It will add to the last page of the spread. (Page 5, 6)

    Finally, he became Page 5, 6 and 7 in propagation.

    What I want is.

    After you have added the new page, the document must have the following structure.

    Page 1, 2 are spread

    Page 3

    Page 4

    Page 5, 6 are spread

    Page 7

    Is my code to add the new page.

    document: var Document = app.activeDocument;

    document.pages.Add ();

    Please suggest me how to add a new page (without extension)

    Thank you

    Malaris

    Try the code below

    document: var Document = app.activeDocument;

    document.spreads.Add ();

    But make sure you use this code on a document that may be the structure of the page that had mentioned you, that is to say it must be created by unchecking the options 'facing Pages' in the dialog box new document. Otherwise, it will add two pages of the document.

    This should solve your problem.

    Manan Joshi

    -InDesign efficient Solutions

    MetaDesign - Solutions

    http://metadesignsolutions.com/services/InDesign-development.php

  • together in the new Page

    Hello all,.

    We used a group above Style in our report.
    In our report, certain lines of the last group are left in the previous page.
    We wonder to appear on the new page as easy to use.

    If you have a chance, please share your experience.

    Thank you

    S! G

    We have done in the past:

    Repetitive structure
    General layout
    Page protect

    If you have any questions, post.
    If not, reward accordingly.

  • CFMX says file not found in the new pages of the site

    Hello:

    Sorry if this has been answered, but I couldn't find it. We have some CF MX 7.0.2 running on Windows 2003 Web Server Edition with IIS. We have about 6 sites, each assigned a unique IP address. 2 two of the sites use coldfusion pages (templates) very well. These 2 sites are a few years old.

    We find when we put in place a new site in IIS, see pages do not work. Navigation to a page of the CF in a new site gives the standard deviation coldfusion 'page not found' (not the standard IIS 404 error page, but CF one). This has happened on a new site that I've implemented today. Then I went to a site that has been set up back in January 2007, which happened not to have all pages of CF, and added a 'test' see page and same thing - says "page not found" when you try to display it in the browser. HTML pages very well through these sites.

    I ran the application SEE connector of Web services on the server. It has an entry that says: it is set up for "IIS (all Sites)."

    I checked the site properties in IIS, and the mappings for the cfm and cfml pages are there.

    I compared the permissions in Windows and IIS for a site that works and the new (which are not) and see no difference.

    The files really exist (we are not just typing their bad). The new site, we want to launch has been developed on a test (my PC) server where the cfm pages appear very well, and there are links related inter-page than all the work. When loading to the top of the production machine, the cfm pages stop working, but we know that links to these other pages are good.

    I don't know what else could be wrong. Any help is appreciated. We are just desperate to launch a new site. Thank you!!

    you run the CF server as a no standard user - that is to say, not the default system account. If you see a CF page not found then CF obviously works but looks like it's a permission problem somewhere. If you host the files of a SAN somethings CF Gets a bit funny if there was a cluster failover and usually need to restart a service in the CF.

    If all else fails try to use "filemon" - google - it will show you in real time what is happening on the disc and the highlight and the permissions that are initially a failure.

  • Confirmation to the new page box

    I created a confirmation box that is displayed when someone clicks on a button on my page, simply stating that the future will lose any current changes, they did. I've got the navigation works without problem. The thing is that I'm using a JavaScript control to navigate and not turned the page to the correct values on the new page, or if it opens a blank entry if a new should be created. I tried to empty the cache of the page, but which makes it just an entry blank anything. The JavaScript code that I use is:

    < script language = "JavaScript" type = "text/javascript" >
    <!--

    function confirm_response()
    {
    var response = confirm ("are you sure you want to open the communication log? \nAny changes will be lost. »)
    If (answer is true)
    {
    Window.Location = ' f? "p = & APP_ID.:4: & APP_SESSION.:4, P4_ID, P4_PARTICIPANT_ID.
    }
    on the other
    {
    do something else
    }
    }
    ->
    < /script >

    If I tahe the first 4 on 4, P4_ID, P4_PARTICIPANT_ID section, it just evokes the same entry over and over again. I need to be able to pull the top of the selected entry, or a vacuum if necessary. Any ideas? Thank you.

    Josh

    Josh,

    You are welcome. Don't forget to mark answers are useful or correct. It rewards those who hep you and others also allows to find a solution if they have the same problem.

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen
    http://sourceforge.NET/projects/plrecur

    You can reward this answer by marking as being useful or correct ;-)

  • How to use the "back" button to return to the new page tab in FF15

    In FF14 I could
    (1) open the new tab and see the new tabs with thumbnails of page 9 page.
    2) click on a thumbnail and go to this page.
    (3) click on the back of FF button, who took me to the new tab page so I could click on some other thumbnail.

    In FF15 which doesn't seem to work. In step 3 above, the previous button is not active/active and so I can easily go back to the new page tab. How to get back in a simple way?

    No, you can no longer use the previous button back to the topic: newtab page if you have opened a page by clicking on one of the slots on this page.

    You need to close the tab and open a new tab to get this page or set as the home page and click on the Home button.

  • Redirect to the new page of pl sql / process page?

    Hello

    I'm working on a page with a form for users to download the data.  When you press the "submit" button, it runs a process Page.  After the process is complete (i.e., to insert a new record of DB) we need to create a branch to a new page with treatment notes (defined in the process).  I tried to save the notes to an item on the first page and then configure a branch that fires "to submit, after treatment...". ' and includes notes in the industry, setting the value of an item on the new page.  It works in part but seems to truncate the value of the notes.  Is there a limit to the length of the string that can be passed via a branch page?

    Or is there a better way to do it?  Maybe there is a way to branch directly in the process?  If so, it would be easier because I wouldn't have if all goes well define a page element, just to pass this value along to the new page.

    Thank you

    Steve

    Hi Steve. 1234555 - Oracle,

    Agree with the suggestion of fac586:

    The value of the item on the new page can be defined directly in the process, or later without including the value in the branch (make sure that the direction is not clear the session state in the target page). Even better would be to give notes a structure to put them in a collection and displays them using a report.

    Here's how you can do if your process is PL/SQL:

    DECLARE
    
      L_NOTES VARCHAR2(512);
    
    BEGIN
    
      -- process for insertion and setting notes
    
      -- setting notes item on page to be branched
      APEX_UTIL.SET_SESSION_STATE('P2_NOTES', L_NOTES);
    
      -- redirecting/branching to the page
      APEX_UTIL.REDIRECT_URL (
          P_URL => 'f?p=' || :APP_ID || ':2:'|| :APP_SESSION ||'::NO:::' );
    
    END;
    

    Reference:

    I hope this helps!

    Kind regards

    Kiran

  • My page corrupts when I drag an image from the bridge to the new page?

    My page corrupts when I drag an image from the bridge to the new page?

    Hi helenc79843028,

    Could you please confirm the version of Photoshop and the bridge work, also what operating system?

    And could you please attach a screenshot of what you see in Photoshop.

    Kind regards

    Tanuj

  • Copy of the CSS rules in the new page

    Is it possible to copy all my changes to a preset CSS, header liquid two columns and footer presenting, in a preset, two static column header, and implantation of the footer so I don't have to redo all the rules on the new page?

    Thank you

    scriptmemory

    Hello

    It's a little difficult to say what changes you need without seeing the page. But if the CSS is in the top of the page, then you must save the old page as a new page, then only change the CSS that makes the liquid columns fixed px size.

    Cristian Dorobantescu

    Of the Flexi CSS layouts - creating CSS layouts in Dreamweaver without coding

    www.extenstudio.com

  • New Record on the new Page - XML Publisher

    Dear members,

    I use Oracle Applications 11.5.10.2 and Microsoft Office 2010. I have installed the respective patch and designed a XML report with success.

    I display in my XML report, master and detail records. For example, let's say the details Dept and Emp.

    When I generated the preview, it displays the data permanently. I mean at the level of the header, it shows 10-Dept details below it will display the employee details located in the Dept 10 and immediately, without any page breaks, it displays Dept-20 and its employee details.

    But my requirement is I want Dept-20 to be included in the new page instead of permanently display.

    I pray the respective members of the group to help me solve this problem.

    Best regards
    Arun D. Reddy

    Can you send me a sample of RTF and xml to my email ID files in my profile so that I can have a look.

  • The new Page tab is not seen

    Hello

    I work with the database server and I added the new page tab is not seen.
    I have already compiled and validated the project. Also, I already have the server.

    New project: Xxaa new project
    My new tab Page has like screen: new screen Xxaa
    : My view new Xxaa new

    I added the new page tab in the "Siebel universal Agent" Application and I have compiled the project "Xxaa new project" and "universal Agent of Siebel. After I connected to "Call Center", but I do not see the new Page tab

    I sailed in the application 'Card Navigate-> Site-> User Preferences-> tab' layout but my new tab page "Xxaa new screen" is not checked "Hide" flag

    Also I added the new responsibility: "Xxaa new responsibility" and I added the new discovers 'Xxaa New View' and the SADMIN user has grants.

    What should I do?

    Published by: Wings2009 on July 15, 2009 19:03

    Did you create new columns? If Yes, have you applied and activted these columns
    Try a complete compilation of all projects

    Goud

  • Details of a master record on the new Page

    Hi guys,.

    I have a requirement where I have a page named Page1 for example.

    1 page 1:

    This page has a few form fields that form the master file and here is that there is an array of advanced, which shows the child records for the master domain

    I've implemented this successfully via ViewLinks and objects of the Association and Page1 works very well

    Now, for each of these child records in Page1, consist of several records of children, which should be displayed in a new Page, suppose for example, Page2

    2 page 2:

    In this 2 page, I would like to enter data into an advanced table (there may be several lines), for each of the child records in Page1.
    After you have entered the data on page 2, I need to go back to page 1.

    In the same way on each of the child records in page 1, I would like to go into details in page 2 and return to page 1.

    Finally, I should be able to Commit or rollback at the end.

    But so far I was not able to do this in the new page. :( Data on page 2 is too much.

    Someone told me that it is not possible in a new page.

    Could someone help me?

    Also good season to all!

    its Possible.
    All you have to do is, just create the same module of RootApplication for 2 pages.
    and use retainAM = is in the navigation between pages.
    That should be enough...

    And when you navigate to the second page, do not call vo.executeQuery () or whatever it is which evacuates the changes pending in the VO.
    When you navigate to the second page, just find the line of girl, that you want to update using vo1.findByprimarykey)
    and use the method vo.setCurrentRow (firstChildRow) the first child VO to refresh the lines of the second child

    See also the exercise of updating in the Toolbox tutorials where the transaction is maintained between the three pages.

    Prasanna-

  • Note: The settings for this page are automatically saved in the Web browser cookies.

    I have a printer of C311a e-all-in-one HP Photosmart 7510.  When you look at the section of customizing built-in browser page printers, at the bottom of the installation of the list can be found this message:

    Note: The settings for this page are automatically saved in the Web browser cookies. If the Web browser cookies are deleted, these settings are lost.

    I would like to the file name for this cookie and can then ensure that this cookie is excluded from cleaning in the various tools that I could use for basic maintenance.  Thank you.

    I suspect that you gave me perfectly fine information.  However, given that this cookie file is not on my machine, determine why would come next.

    In fact, given the costs associated with this effort, profit generated over the lost time and possible third party website access to this particular cookie. all dictate that I have overcome this effort - for now.  I don't respect the time you have invested in answering my question, placing me in your debt in at least a couple of beers.  I want to thank you for the information provided.

    Mark

  • Why is - the bottom of each page are cut in the version of the tablet of my Web site?

    Why is the bottom of each page are cut in the version of the tablet of my Web site? He did not only in the desktop version.

    Thank you

    tbullock465

    I just checked on iPad mini.

    It is passed to the http://httpflamingodesign.businesscatalyst.com/tablet/ and seems to work correctly.

    not to cut some down.

    Please let me know what tablet you tried and also reset the browser cache solves the problem or not?

    Respect,

    Sachin

Maybe you are looking for

  • Downgrade from Windows 8.1 for Windows 7

    It would be simple to clean install windows 7 on my HP ENVY m6-1205sa? You will easily find all the drivers and all HP software easier to install as HP Advisor, fn control key, simple pass, cool sense, custody by car? Thank you.

  • equivalent of legacy BB ActiveRichTextField

    Hello I am looking for a user interface field display text that includes links and telephone number... The user must be able to select some of the text, links and phone numbers should be automatically recorgnised and clickable to call appropricate ta

  • Issue of Netflix streaming on ISA550

    A newbie here, sorry, Netflix doesn't stream on android or apple, Apple TV or blu - ray drives tablets, but not stream on computers.  is there a port to open or something? Netflix support is a joke.  they say it is not broadcast on all ports, it broa

  • Tunnel VPN L2L with NATTing will not allow traffic which will be initiated by spoke to the hub.

    Traffic from internal hosts will NAT address works ok, but what speaks tests it traffic never connects. get the 10.1.12.232 NAT host would be 172.27.63.133 and past through the VPN tunnel to 10.24.4.65 without problem. However when 10.24.4.65 tries t

  • MenuItem / JDE 4.5

    I created an app for JDE 4.7 and have managed to add menus using the following code: private class AboutScreen extends MainScreen { public AboutScreen() { super(); setTitle(" About"); LabelField about = new LabelField(); about.setText("Some text"); a