I'm still having issues with my user dashboard and quest font sizes being far too large and too light (like here).
Not a fan. It's difficult to even see the post like numbers, much less decipher what those numbers are, for example.
I feel there's work to be done around the site to make sure that the existing coding actually works with the new font.
The number in the events tab is misaligned and links look tiny compared to the rest of the text. Is this something I can fix on my end and if so, how? :P Currently messing with my browser settings to adjust the font, which is fine.
I'm finding it very hard to read, so thank you for showing us how to do the custom CSS.
Frankly, I couldn't care less which font exactly is used, so long as I can properly read things around the site. So the different sizes are a bit of a nuisance (e. g. the text describing the text looking twice as big as the button "back" or the tiny "shop search" buttons). I'd really appreciate it if this could be fixed properly, although 's code fixed the problem for now. :)
Thanks for the code! It worked very well to re-size all text nicely. Now they no longer appear to be totally different sizes. Although text is smaller overall, that suits me just fine. :) Again, thanks for sharing!
just tried messing with the customCSS again and now I got everything to look completely normal again. :D the font in forums + news and a couple other places looked too huge for me while the sidebar was normal. i'm so glad i finally got it to fix, such a relief for me.
body, html, .sidebar-event, div#sidebar-inner-dash {font-size:12px!important}
.ui.grid>div, .column {font-size:12px!important}
body, html {font-family: Verdana!important;} body, html {font-size:12px!important}
^ this is the code that fixed everything in the site for me. if anyone wants to try it out and see if it works for them go ahead
i didn't do this coding myself though, i have hardly ANY knowledge of it; don't credit me. so of course, big thank you to for the help you gave us. :)
thank you
[img align=right]http://i.imgur.com/2wJsgJb.gif[/img]
body, html, .sidebar-event, div#sidebar-inner-dash {font-size:12px!important}
.ui.grid>div, .column {font-size:12px!important}
body, html {font-family: Verdana!important;} body, html {font-size:12px!important}OH thank you thank you thank you thank you !!!!! (and Frenchi) It is beautiful.
hiya, i saw you had a bit of trouble with a couple of the pages and the font-size... i know you said you already had a fix but this was the code that i came up with that works (even if it does look convoluted)... hopefully it might help you out :)
body, html { font-family: Verdana!important; font-size:9pt!important; }
div.sixteen.wide.column, div.forum_signature, div.three.wide.column, div.thirteen.wide.column, div.seven.wide.column, div.five.wide.column, div.ten.wide.column, div.eight.wide.column,div.four.wide.column, div.twelve.wide.column { font-family: Verdana!important; font-size:10pt!important;}
Thanks for the code. For me I made the font 16px.
I probably won't need my reading glasses. LOL.
OTL

I really don't like this change. A whole load of the text, especially on buttons, is now too small. The provided CSS to revert to the old font doesn't ifx the small font problem and makes a lot of the text annoyingly large.
I HATE the change!!!! Even with using the code, the clock is too tiny to read unless I use one of the three hidden layout themes. This really sucks!! The code does not make things look exactly the same size as before. I tried Keiths code and a few other codes and none of them fix the clock size =/
=^^=
What does this mean for those of us who have been nominated for the Pet Spotlight and now have to change our pet profiles because of the new font change?
Will we be booted from the PS due to the "no editing" rule?

My eyes had gotten used to the font being one way and the change started giving me a headache within the first few minutes. I've been playing with my customCSS to get it to a point where it is comfortable again, but it's tricky to find the right thing to edit and then I have to hope that by editing it for one area of the site I don't mess up the code for someplace else.
And I probably won't know for sure if my customCSS has helped until tomorrow. -rubs forehead and blinks watery eyes- Still have that headache.
Thanks to everyone that offered code input to have the site look normal!
i skimmed through this thread and couldn't find anything to solve this issue - i'm wanting to keep the new font, but for some reason on forum posts, the text is underneath the avatar instead of next to it, stretching out forum posts really long. any fixes so i can still keep the system font but fix the alignment?
edit: using safari on a 13in macbook pro
edit2: i also cant see any text when i hover over anyone's username, i assume because of the same spacing issue as the forums!
Thank you for sharing your custom css. <3
Does anyone know who to change the fonts on pet profiles ???? ;; I just want them like they were before. ;;

Thank you to all of you for the codes to adjust the font back to how it was - my default list of options is giant and also I couldn't make it work right so that the sizes were consistent and not giving me a headache. I appreciate all the codes.