Did the font and/or font size change?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • agent
    Vice Grand Pubaa
    • Mar 2010
    • 7960

    #1

    Did the font and/or font size change?

    Seems when browsing using Chrome on my laptop the text is not nearly as crisp as it was last week before I left for the long weekend. It seems to be more obvious on the main forum page and the subforum pages, particularly when looking at (underlined, bold) links to unread threads.
    Originally posted by kronus
    would be in depending on tip slant and tube size
  • tonerrrr
    E30 Modder
    • Jul 2011
    • 935

    #2
    It is different. Change the font to whatever you want: https://chrome.google.com/webstore/d...foejpgmdaleoha

    instagram: @tonerrrr
    High resolution E30 Fuse Box 300dpi PNG

    Comment

    • agent
      Vice Grand Pubaa
      • Mar 2010
      • 7960

      #3
      Thanks for reminding me I had that! I downloaded it to use the ///M wallpaper background (you made?) a couple of PCs ago.

      Do you happen to have any style sheets to share for R3V?
      Originally posted by kronus
      would be in depending on tip slant and tube size

      Comment

      • jrobie79
        R3VLimited
        • Mar 2006
        • 2520

        #4
        it appears to be across chrome....facebook font has changed, other forums I read, even my web based email client all looks different. I noticed this a couple days ago as well....At least its not me losing my mind
        1991 318is --- currently not road worthy
        1991 318i ---- 308K - retired

        Originally posted by RickSloan
        so if you didnt get it like that did you glue fuzzy oil to the entire thing?

        Comment

        • agent
          Vice Grand Pubaa
          • Mar 2010
          • 7960

          #5
          Interesting... though it's not every site on Chrome for me. Many (most?) appear unchanged including Yahoo FFB, the local Euro car forum, my local SCCA forum/site, etc.
          Originally posted by kronus
          would be in depending on tip slant and tube size

          Comment

          • Cabriolet
            R3V OG
            • Apr 2010
            • 9620

            #6
            Originally posted by agent
            Interesting... though it's not every site on Chrome for me. Many (most?) appear unchanged including Yahoo FFB, the local Euro car forum, my local SCCA forum/site, etc.
            same here. only r3v
            Much wow
            I hate 4 doors

            Comment

            • agent
              Vice Grand Pubaa
              • Mar 2010
              • 7960

              #7
              I really have NFI what I'm doing when it comes to actual CSS and HTML coding, though I did manage to at least make R3V more legible/readable (edit: using Stylebot). I think I got all the places where there's a font but I'm not positive. If Helvetica isn't your thing you should be able to easily switch it out with a good text editor like EditPad or TextPad.

              Code:
              div a strong {
                  font-family: Helvetica;
                  font-size: 14px;
              }
              
              div.smallfont {
                  font-family: Helvetica;
                  font-size: 12px;
              }
              
              div.smallfont a {
                  font-family: Helvetica;
                  font-size: 12px;
              }
              
              input.button {
                  font-family: Helvetica;
                  font-size: 12px;
              }
              
              li.tborder.tcat {
                  font-family: Helvetica;
                  font-size: 12px;
              }
              
              li.tborder.thead {
                  font-family: Helvetica;
                  font-size: 12px;
              }
              
              span.navbar a {
                  font-family: Helvetica;
                  font-size: 12px;
              }
              
              td.alt1 div {
                  font-family: Helvetica;
                  font-size: 14px;
              }
              
              td.alt2 {
                  font-family: Helvetica;
                  font-size: 14px;
              }
              
              td.navbar strong {
                  font-family: Helvetica;
                  font-size: 14px;
              }
              
              td.thead {
                  font-family: Helvetica;
                  font-size: 12px;
              }
              
              span.smallfont {
                  font-family: Helvetica;
              }
              Last edited by agent; 09-08-2014, 10:57 AM.
              Originally posted by kronus
              would be in depending on tip slant and tube size

              Comment

              • agent
                Vice Grand Pubaa
                • Mar 2010
                • 7960

                #8
                FWIW, I pasted the code above into the Stylebot CSS editor for R3V on another machine and it worked great.
                Originally posted by kronus
                would be in depending on tip slant and tube size

                Comment

                Working...