It appears that Font Weights are unsupported. I'm working with Lato (Google Font) that comes in the following weights:
Thin 100
Light 300
Normal 400
Bold 700
Ultra-Bold 900
The GUI does not have a box to select weight, so I added the font-weight property manually:
.gwd-span-wc8l {
font-family: Lato;
color: rgb(255, 255, 255);
font-weight: 100;
}
I can set the font-weight to 100 or 900 with no change. Alternatively I can use Normal, Bold, Bolder, or Lighter and it has no effect.
Any idea why this isn't working?
Thanks,
Dan H.
Also, is there support for Web Font Loader so that we can work with web fonts from Google and other foundries?
Thanks, eh?
Dan H.
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400' rel='stylesheet' type='text/css'>
You should be able to use the font-weights, 100,300 & 400.
If you need more, check and uncheck the boxes here and grab the updated link.
The point is, since this is purporting to be an easy-to-use interface, when those weights are added to the CSS (which I had done, exactly as you described above), the weights should show up in the pull-down list of fonts. They do not.
Yes, I can go in and manually tag each instance of the font weight, but that should not be necessary. It should be accessible from the drop down.
I somehow was able to get a lighter version of lato to render.... but nothing from a setting within GWD (even trying to change the css.)
I got a lighter lato by copy / pasting from photoshop.
I don't know if this question is appropriate for this forum, but using Lato, I'm familiar with the updates that the foundry made to the font, will you be supporting hairline and semibold?
thanks!
Any updates?
best,
I am heads-down with some new font projects, so I haven't been able to tend to the many updates that are due to existing families.
The good news is that Lato is one of the most popular fonts, and I have this at the top of the list of updates to ship.
The bad news is that I don't expect to ship this update for at least 1 month from today, and it will likely not happen until the middle or end of June.
Thanks for your patience, Google Fonts has some exciting work coming up :)
Cheers
Dave
Any more progress on this front?
Adding font weight is pretty important when keeping with brand guidlines.
Also text spacing too.
Cheers