jackcallister / job-snapper

0 stars 0 forks source link

Switched to local fonts. Crickey. #17

Closed jackcallister closed 11 years ago

jackcallister commented 11 years ago

What an annoyance this was. Google Web Fonts has been unreliable so I decided to switch to local fonts. The problem with this is that each different font variant has a different file and name using @font-face importing. I've had to go through each css declaration that specifies a different font weight or style. UGH.

joshmcarthur commented 11 years ago

This is :shit: but I understand why it's necessary. Pity you can't select CSS with CSS, a la:

font-weight: 700 {
  font-family: 'Lato Bold', sans-serif;
}