Very interesting approach to bring attention to the climate crisis, though title could be consider slightly misleading. When I read it, I immediately thought it would be getting updated in real...
Very interesting approach to bring attention to the climate crisis, though title could be consider slightly misleading. When I read it, I immediately thought it would be getting updated in real time rather than relying on existing data.
Unfortunately that's not quite possible. Fonts aren't smart like that. A font isn't able to know what the year is. The designers did make it so the "wght" parameter takes values from 1979 to 2050,...
Unfortunately that's not quite possible. Fonts aren't smart like that. A font isn't able to know what the year is. The designers did make it so the "wght" parameter takes values from 1979 to 2050, so to make this font degrade over time you just need to use javascript to set "wght" equal to the current year.
In other news, TIL about variable fonts and font variation settings. I didn't know it was possible to set custom parameters like this. That's really cool and makes me wonder what other unique ways you could use this.
Very interesting approach to bring attention to the climate crisis, though title could be consider slightly misleading. When I read it, I immediately thought it would be getting updated in real time rather than relying on existing data.
Unfortunately that's not quite possible. Fonts aren't smart like that. A font isn't able to know what the year is. The designers did make it so the "wght" parameter takes values from 1979 to 2050, so to make this font degrade over time you just need to use javascript to set "wght" equal to the current year.
eg:
In other news, TIL about variable fonts and font variation settings. I didn't know it was possible to set custom parameters like this. That's really cool and makes me wonder what other unique ways you could use this.