papyros / papyros.github.io

The website for Papyros
http://papyros.io
207 stars 29 forks source link

Updating SASS files to utilize Google Fonts #24

Closed ElliotFriend closed 9 years ago

ElliotFriend commented 9 years ago

As discussed in Issue #21:

The site will now load the Robot font from Google (over HTTP), and display all content using that.

We're loading three different font-weights (300 => light, 400 => normal, 500 => medium). I've also added some SASS to make most of the body content the 'normal' font weight.

Signed-off-by: Elliot Voris elliot@voris.me

iBelieve commented 9 years ago

Looks good, thanks for the improvements!