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.
Did the font and/or font size change?
Collapse
X
-
It is different. Change the font to whatever you want: https://chrome.google.com/webstore/d...foejpgmdaleoha -
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?Comment
-
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 mind1991 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
-
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.Comment
-
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.Comment
-
Comment