zavalacl / tc359_rails_final

0 stars 0 forks source link

Font problems #1

Open zavalacl opened 9 years ago

zavalacl commented 9 years ago

View at: https://aqueous-garden-4182.herokuapp.com/

I don't know what happened to my google font, I don't remember changing anything but it did and now the font makes it look cluttered.

chrisvfritz commented 9 years ago

If I'm understanding correctly, line-height: 1.5; should fix this problem with the font. It makes the space between lines larger. :smiley:

zavalacl commented 9 years ago

The font that is being displayed now is not the Google font I want to use, I don't know what I did to make it change to the one that it is now :(

chrisvfritz commented 9 years ago

Here are all the places where you're manually specifying the font-family to use. And you're also defining these Bootstrap variables to change the font-family throughout the site. So the problem should lie in one (or more) of those places. Let me know if that helps!