Calgarypuck Forums - The Unofficial Calgary Flames Fan Community

Go Back   Calgarypuck Forums - The Unofficial Calgary Flames Fan Community > Main Forums > The Off Topic Forum > Tech Talk
Register Forum Rules FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread
Old 08-26-2014, 09:12 PM   #1
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default Chrome 37 Font Issue

Updated to Chrome 37 which enables DirectWrite for smoother/better fonts, and there's some kind of bug with the Verdana font with the underlines being too close to the letters.

https://code.google.com/p/chromium/i...tail?id=394662

Just in case anyone else updated and wondered why things looked weird.
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
Old 08-26-2014, 09:40 PM   #2
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default

Maybe switch up the forum font?

http://www.google.com/fonts/specimen...ns+Pro#charset
http://www.google.com/fonts/specimen/Open+Sans

Any other suggestions?
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
Old 08-26-2014, 10:17 PM   #3
getbak
Franchise Player
 
getbak's Avatar
 
Join Date: Feb 2006
Location: Calgary, AB
Exp:
Default

It looks like the underline problem is happening with a lot of fonts, so changing fonts might not make things better.

You could just get rid of text-decoration on the links and use colour cues instead. For example, Facebook and Twitter only underline links when you roll over them, so you don't notice the line being too close.
__________________
Turn up the good, turn down the suck!
getbak is offline   Reply With Quote
Old 08-26-2014, 10:31 PM   #4
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default

I still like having the underline to know it's a link, maybe in the forum display it could go away but almost everywhere else it's necessary.

Verdana is a horrible font anyway
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
Old 08-26-2014, 10:47 PM   #5
Drury18
Franchise Player
 
Drury18's Avatar
 
Join Date: Apr 2003
Exp:
Default

Is that what that is? I noticed that and the fact the font almost doubled in size after the update. My zoom is set to 100%, nothing changed there, but the font is noticeably bigger now and it changed immediately after I relaunched after the update.
Drury18 is offline   Reply With Quote
Old 08-26-2014, 10:52 PM   #6
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default

Quote:
Originally Posted by getbak View Post
It looks like the underline problem is happening with a lot of fonts, so changing fonts might not make things better.
Actually yeah, I just made a small HTML file that uses Open Sans and if you get it small enough the underline still mashes into the words. If you look at it in Firefox or IE it looks fine.

Code:
<html>
  <head>
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
    <style>
      body {
        font-family: 'Open Sans', sans-serif;
        font-size: 10pt;
      }
	  a:link, a:visited {
		color: black;
	  }
    </style>
  </head>
  <body>
    <div>Making the Web Beautiful!</div><br/>
	<a href="#">This is a test.</a>
	<strong><a href="#">This is a test.</a></strong>
	<a href="#" style="font-size: 9pt;">This is a test.</a>
	<a href="#" style="font-weight: bold;font-size: 9pt;">This is a test.</a>
	<a href="#"style="font-size: 8pt;">This is a test.</a>
	<a href="#"style="font-weight: bold;font-size: 8pt;">This is a test.</a>
  </body>
</html>
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
Old 08-26-2014, 10:56 PM   #7
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default

Quote:
Originally Posted by Drury18 View Post
Is that what that is? I noticed that and the fact the font almost doubled in size after the update. My zoom is set to 100%, nothing changed there, but the font is noticeably bigger now and it changed immediately after I relaunched after the update.
Yeah it can vary depending on different things, it's a crazy subject:

http://blog.mozilla.org/nattokirai/2...-in-firefox-6/

Another reason to switch away from Verdana.
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
Old 08-26-2014, 11:06 PM   #8
getbak
Franchise Player
 
getbak's Avatar
 
Join Date: Feb 2006
Location: Calgary, AB
Exp:
Default

Quote:
Originally Posted by photon View Post
I still like having the underline to know it's a link, maybe in the forum display it could go away but almost everywhere else it's necessary.

Verdana is a horrible font anyway
Get with the times old man. The cool kids aren't underlining their links any more.

Quote:
Originally Posted by photon View Post
If you're set on changing the default font, both of those are good. I also like PT Sans: https://www.google.com/fonts/specimen/PT+Sans


The update also seems to have increased the letter spacing, and might have decreased the line-height, but that might just be a visual by-product of the other changes.


Can you change it from using points for the font size and either going to pixels, or even-better, ems? Points are pretty arbitrary and can vary from browser to browser because they're a print measurement. If this change affected the points to pixels ratio, it could have had unintended consequences.
__________________
Turn up the good, turn down the suck!
getbak is offline   Reply With Quote
Old 08-26-2014, 11:47 PM   #9
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default

I should be able to change it to pixels or ems, though I don't know how many places I'd need to change things.

I just want it to stop looking so terrible lol.

Kind of a head start on the eventual theme change once we choose a new logo. I'm leaning towards something more flat and clean, these two are a couple of the ones I think would work well as a base (i.e. minimal changes required)

https://pixelexit.com/demo/?theme=Flat%20Awesome
http://demo.brivium.com/index.php?theme=Boron
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
Old 08-26-2014, 11:55 PM   #10
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default

Lol they're in a mix already, randomly points or pixels. I changed it to pixels for the thread displays for now, I guess I should probably create a separate theme to work on rather than playing with the live site.
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
Old 10-23-2014, 05:04 PM   #11
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default

Just FYI the latest Chrome fixed this seems.
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 07:34 AM.

Calgary Flames
2024-25




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright Calgarypuck 2021 | See Our Privacy Policy