[solved] webpages have big and bold text?

as the title says for me sites like http://forums.overclockers.co.uk have big and boldish titles for the threads, how do i fix this
Last edited by Cew27 (2009-01-13 18:51:25)

If you have nvidia video and are using the nvidia driver then add the following to the Device section of /etc/X11/xorg.conf (if you have one) and restart X:
Option "UseEdidDpi" "False"
Option "DPI" "96 x 96"
If you are using gnome then select System -> Preferences -> Appearance, click on the Fonts tab, click on Details... and check that the resolution is also set to 96 dots per inch.  While you are there, set smoothing to subpixel and hinting to full, or pick whatever other setting looks best.
Edit: Oh, and make sure that you have the ttf-ms-fonts package installed.
Last edited by azleifel (2009-01-13 18:42:58)

Similar Messages

  • About:config and bold text

    I have noticed that showing ALL bookmarks is very slow.
    I understand that Firebug is sometimes cause for slow behaviour as posted on some notices for applications.
    I like to check why is this and disabled some Ads-on.
    Issue is what is actually about:config and bold text like:
    accessibility.typeaheadfind.flashBar;0
    Is it bold text warning that something is wrong?
    Ref:I have upgraded to new version 9.beta4

    No bold text in about:config means that the value it has modified from you or from a add-on or for a program that related with firefox(flash or anything)......
    http://kb.mozillazine.org/Accessibility.typeaheadfind.flashBar
    if you like to read about:config:
    http://kb.mozillazine.org/About:config_entries
    probably the browsing some times are slow because as you allready known 9.0 is a beta version, and for the reason you tell us, Firebug.
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Firefox 22 changed and locked Windows 7 title bar (big and bold)

    Not sure why the decision was made to map to Windows settings, but the upgrade from FF21 to FF22 has also changed and locked my Windows 7 Toolbar font settings (active and inactive). They are now big and bold. While I can change the color, I cannot change the font, font size, or unbold (stays bold regardless of "B" being highlighted or not).
    Not sure if anyone else has this issue, but it just made my Windows ugly.
    See the image. Color is changed, but the font isn't a size 6 and it's also bold when shouldn't be.

    Fix by reverting to a pre-FF22 registry backup entry for:
    HKEY_CURRENT_USER
    Control Panel
    Desktop
    WindowsMetrics
    You can't really modify the entries in regedit as they are hex data values. But this did (after a few hours) solve my problem.

  • Big and small text alignment

    Why doesn't InDesign align text to the border of the textframe?
    Especially with big and small text in the same textframe, the gaps before the text are scaled too making text optically not aligned at all.
    Optical margin alignment helps a bit, but not good enough.
    Am i overlooking something?
    Still working in CS3 btw.

    Ok knowing the right term "side bearing", i did some google searching and stumbled upon this topic at indesignsecrets:
    http://indesignsecrets.com/removing-space-along-left-edge.php
    There's a link to a script from Dave Saunders that aligns the letters optically to the left. Tested and works! InDesigns own optical margin alignment should be turned of though. I immediately assigned a shortcut to this great script.
    PS: Concerning the "why is side bearing split into left and right": i guess for example a letter 'D' for example shouldn't have equal side bearings because of the rounding to right.

  • How do I edit the font and bold text in the message box in adobe send before sending to client?

    How do I edit the font and bold text in the message box in adobe send before sending to client?

    Hi BRAEWOOD DEVELOPMENTS,
    You can edit the Subject & Message when you've selected Send Personalized Invitations (though you can't change the font or style of the text).
    Best,
    Sara

  • ITunes 10.7 - The menus have disappeard and search text is invisible

    After I downloaded iTunes 10.7 the menues have disappeared, they are invisible (file, settings etc.), and the text I write in the search box is invisible. Any clues?
    B

    That's consistent with trouble with the Segoe UI fonts on your system.
    If you're using Windows XP or Windows Vista, try Vortical's technique from the following post:
    Re: iTunes 10.1 Missing Text
    But if you're using Windows 7, try itunesTRK's suggestion from the following post:
    menu bar invisible

  • How to merge objects or have italics and plain text on same line?

    Okay, here's my problem - I've been making DVDs in CS5 for a couple of years. In my main menu it usually says something like "Play show title here" and the show title is italicized. Unfotunately, now in CS6, I suddenly can't just highlight the show title and change it to italics, because now it wants to italicize the entire line including the word "Play". If I make "Play" a separate title, so that I can have it in standard font, I can't figure out how to merge it with my show title so that they are highlighted together and work as one single button. Frustrating. Any solutions?

    I don't recall if we found a way to do it in Encore; it is so much simpler in Photoshop.
    The problem in Encore is selecting only the text, not the whole text box.

  • My site previews fine in live, explorer and firefox, but the fonts are extra large and bold on chrome, this is my first site, please assist. I will be happy to provide screenshots and code or css  sheets.

    Working on my first site, Am getting different previews. Chrome tends to make the font big and bold while all other browsers work fine. Here is what the preview looks like in chrome followed by the firefox preview. I have my CSS and HTML code sheets below. Am also having a hard time centering the navigation links, they are a little closer to top of the navigation div than the bottom. Any assistance will be appreciated. Please feel free to point any other errors, am sure there is some in there.
    @charset "utf-8";
    body {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      color: 151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: EFF5F8;
    #banner {
    #wrapper {
      background-color: rgba(255,255,255,1.00);
      width: 100%;
      min-width: 740px;
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto;
    #sidebar img {
      max-width: 100%;
    #wrapper #banner img {
      max-width: 100%;
    h1, h2 {
      color: #3399CC;
      font-family: source-sans-pro;
      font-style: normal;
      font-weight: 600;
    h1 {
      font-size: 40px;
      text-align: center;
      margin-top: 0px;
      margin-bottom: 0px;
    #hero {
      float: left;
      width: 58%;
      margin-left: 2%;
    #sidebar {
      width: 34%;
      margin-left: 4%;
      float: left;
    #footer {
      float: left;
      clear: left;
      padding-left: 2%;
      background-color: #43A6CB;
      color: #FFFFFF;
      text-align: center;
      width: 100%;
    a {
      text-decoration: none;
      font-weight: bold;
    a:link {
      color: #FF6600;
    a:visited {
      color: #FF6600;
    a:hover, a:active, a:active {
      color: #7F3300;
      text-decoration: underline;
    #navigation ul {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-top: 10pm;
      padding-right: 5px;
      padding-bottom: 10px;
      padding-left: 5px;
      text-align: center;
      color: rgba(51,153,204,1.00);
    #navigation {
      background-color: #4D4D4D;
      color: #FFFFFF;
      text-transform: uppercase;
    #navigation li {
      display: inline;
      padding-top: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      margin-top: 10pm;
      margin-right: 10pm;
      margin-bottom: 10pm;
      margin-left: 10pm;
      clear: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      color: rgba(194,209,221,1.00);
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    Here is the code:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>4gals Computer Service Home</title>
    <link href="main.css" rel="stylesheet" type="text/css">
    <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/source-sans-pro:n2,n6:default.js" type="text/javascript"></script>
    </head>
    <body>
    <div id="wrapper">
      <div id="banner"><img src="Images/banners/4gals banner.jpg" alt=""/></div>
      <div id="navigation">
        <ul>
          <li><a href="index.html" title="4gals Computer Services Main Page" target="_self">Main</a></li>
          <li><a href="contact.html" title="4gals Computer Services Contact Page" target="_self">Contact</a></li>
          <li><a href="appointments.html" title="4gals Computer Services, Service Request Form" target="_self">Service</a></li>
          <li><a href="helpful-tips.html" title="4gals Computer Services Helpful tips" target="_self">Tips</a></li>
          <li><a href="meet-the-gals.html" title="Meet Our Daughters; The 4gals" target="_self">4gals</a></li>
        </ul>
      </div>
      <div id="hero">
        <h1>Computer Service For Families and Small Businesses</h1>
        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
        <h2> </h2>
      </div>
      <div id="sidebar">
        <h2>Call us for today for same-day service!</h2>
        <p><img src="Images/iphone-5_03.jpg" alt=""/></p>
        <p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from &quot;de Finibus Bonorum et Malorum&quot; by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>
      </div>
      <div id="footer">Copyright 2014 &copy; Web design by a-loum</div>
    </div>
    </div>
    <p> </p>
    <h1> </h1>
    <p> </p>
    <p> </p>
    <p> </p>
    </body>
    </html>

    Starting with this, you have errors in your CSS code.
    body {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      color: 151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: EFF5F8;
    body {
      margin:0;
      color: #151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: #EFF5F8;
      font-size: 100%;
    Related links:
    Windows Chrome, why do my fonts look so bad? - Lee Green
    css3 - Bad font rendering Chrome - Stack Overflow
    Nancy O.

  • Are there differences between Solaris 8 and Solaris 2.6 in the way web pages are displayed for Chinese and Korean text using UTF-8 settings?

    A user is running a web application on Solaris Release 2.6 with UTF-8. After the server was updated to Solaris 8, the application is experiencing problems with webpages containing Korean and Chinese text. The encoding is UTF-8. Has anyone experienced this problem? I checked the packages installed on Solaris 8 and they are consistent with what was installed on Solaris 2.6. Could this possibly be a patch-level problem? Thank you.

    Hi,
    It could be a problem with the necessary patche updation. refer the following FTP site for the Solaris pathces.
    connect through the FTP cleint to sunsolve.sun.com
    /pub/patches directory contains a lot of patches for solaris.
    Find and install the corresponding patch require to solve your problem.

  • N78 browser can't display bold text

    I found a problem with my N78 phone. I used the Nokia 6110 Navigator to access the webmail and it used to display the new messages in bold. However, after I changed the phone to N78, it no longer able to display the new messages in bold.
    I then write up a very simple HTML page to test the N78 built-in browser behaviour for bold text dislay and the result is negative. Both the normal text and bold text are displayed the same. Bold text are not bold when displayed in N78 browser.

    wait for firmware update
    If you find my post useful then click on
    Kudos!Nokia N96 (v20.050 / RM-247)
    www.shaysoft.net | Competitions!

  • So I have been creating a logo for my company and it came out great. The problem is, when I format it for PNG or when I want to use it on freshbooks or my webpage, the image becomes blurred and the text is not as clear. How do I fix this?

    So I have been creating a logo for my company and it came out great. The problem is, when I format it for PNG or when I want to use it on fresh books or my webpage, the image becomes blurred and the text is not as clear. How do I fix this? Is it because the text get shrunk?

    This is how it looks on adobe illustrator

  • I need in more lines of the Index some words in Bold text and some others in Kursiv text. How can i get it? It seems to me that either i can have all the Style in Bold Text or in Kursiv Text :(

    I need in more lines of the Index some words in Bold text and some others in Kursiv text. How can i get it? It seems to me that either I can edit a Style only in Bold Text or in Kursiv Text
    I make you an example to clear what I really need:
    Index
    Introduction
    I. Leonardo's Monnalisa
    II. Leonardo's Battaglia
    Bibliography
    Please HELP HELP HELP

    What version of Pages are you referring to?
    Basically if you are talking about the Table of Contents in Pages and want to have different character styles within paragraphs in the T.O.C. you will have to export the T.O.C. and bring it back in as text and change that.
    Peter

  • When i open facebook and only text shows and all is to the left and when i open hotmail nothing shows on my screen and other webpages have problems also when click at a link all the text comes up also to the left in my screen whats wrong ???

    When i open facebook and only text shows and all is to the left and when i open hotmail nothing shows on my screen and other webpages have problems also when click at a link all the text comes up also to the left in my screen whats wrong ???

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    See also:
    * http://kb.mozillazine.org/Websites_look_wrong
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • Applescript to edit several .pages files and make them have all bold text?

    No very little about apple script but I would like to drop a bunch of .pages files on a script and convert all the text to bold
    This was my first attempt:
    on open theFiles
              tell application "Pages"
                        repeat with aFile in theFiles
      open aFile
                                  set bold to true
                                  set docName to name of front document
      -- Remove .pages extension.
                                  set prevTIDs to AppleScript's text item delimiters
                                  set AppleScript's text item delimiters to ".pages"
      -- Add .pdf extension.
                                  set docName to first text item of docName & ".pdf"
                                  set AppleScript's text item delimiters to prevTIDs
      -- Get folder that dropped file exists in.
                                  tell application "Finder"
                                            set sourceFolder to (container of aFile) as Unicode text
                                  end tell -- Finder
      -- Save file to folder that dropped file exists in.
                                  set docPathAndName to sourceFolder & docName
                                  save front document as "SLDocumentTypePDF" in docPathAndName
      close front document
                        end repeat
              end tell
    end open
    Any help will be appreciated!
    Kay Fisher

    Opps
    Obviously the bulk of the script is to create pdf files.
    I just tried to piggy back onto that and BOLD everything.

  • How do I use serial port read and show text, but not have it scroll off screen?

    I am new-ish/returning amateur user of Labview and I am trying to edit the example VI "Advanced serial write and read VI" that is part of dev suite 2012.  I need to use the string box to show ALL text received from serial port, always appending and only rolls off screen when more real data arrives at serial port. 
    What is actually happening is as more bytes (or no bytes AT ALL!) arrive during read time, current text rolls off the string box.  Even when 0 bytes are received, screen is blanked out.  I am not very familiar with functions locations and even worse at understanding obscure references to functions, so please keep replies very basic so I can follow.
    Just to be clear, I need the string window to behave like hyperterm does-always shows data and it is not pushed out of window arbitrarily.
    Thanks,
    Steve  
    Solved!
    Go to Solution.

    OK- lets start back at the beginning.  I have a few questions...
    WHy does incoming txt get placed at top of txt box and then scroll up?  why would it make more sense to input at the bottom and scroll toward the top.  I have created this huge txt box that appears to be impossible to use.
    I have attached example of txt boxes I have tried, and pic of VI I have edited.  Bad marks for uglyness....
    Attachments:
    Capture_VI.JPG ‏117 KB
    Capture_VI2.JPG ‏133 KB

Maybe you are looking for

  • Events in Service Objects

    Hi, Is it possible to have a service object checking permanently for events posted by other service objects? I have not been able to start this type of object. Thanks, Guillermo Turk To unsubscribe, email '[email protected]' with 'unsubscribe forte-u

  • Streaming Win7 desktop or URL to DLNA TV

    I've seen various reports that it is possible to configure DLNA/upnp servers for Win such as TVersity and VC to stream a live windows desktop to a DLNA-capable TV (i.e. on that supports DMR). Based on what I read, the configurations don't seem to wor

  • Shared review PDFs - email invitation

    We switched from Lotus Notes to Outlook a few months ago. Now when I create a shared review PDF, it asks me where to send the invitation to. I type in my Outlook e-mail address, but it then asks me to log in to Lotus Notes. I enter my Lotus Notes e-m

  • Don't send the data to nikeplus

    I still use my iPod nano 4th generation... But don't send the data of the podometer to Nike plus, so i have to buy the chip, or buy a new iPod? All this after some updates.... Thanks!

  • Explorer 7 just installed; Related Topics don't display

    We just installed Internet Explorer 7 last week. And now NONE of my Related Topic buttons display AT ALL!! Even if I enter a new one, it just shows an empty box sort of thing. I'm assuming it's due to the Internet Explorer installation. Has anyone el