Username Fonts

yo dawg....
https://pic.armedcats.net/b/bl/blayde/2010/07/23/Capture2.JPG
 
So what font is it *supposed* to be? It appears to be Tahoma on my end, but it obviously varies widely...
 
Well, chrome's developer tools tell me that the username has this css applied to it:
Code:
body, legend {
font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
and your post has this css:
Code:
.postrow {
color: #333;
font: normal normal normal 13px/normal Verdana, Tahoma, Arial, Calibri, Geneva, sans-serif;
}
 
Top