RockefellerArchiveCenter / styles

Style Library for the Rockefeller Archive Center
https://styles.rockarch.org
MIT License
0 stars 1 forks source link

Add typography styles #49

Closed HaSistrunk closed 3 years ago

HaSistrunk commented 3 years ago

Fixes #5 Adds global typography styles including importing Google fonts and adding styles for body, headings, links, and lists. There are currently no media queries to change font size, because preferably we should convert pixels to relative units using a base font size for responsiveness. Instead of doing that in this PR, I think that’s best tackled as a separate issue comprehensively across all styles, and based on our overall approach to spacing and layout (from issue #4 ).

Notes:

Merge #48 first.

helrond commented 3 years ago

@HaSistrunk I'm going to look at this closely in a bit, but would you be able to file an issue for the font size thing with what you know about it now, so that doesn't get lost?

HaSistrunk commented 3 years ago

Nice, this looks good to me. I'll let you merge when you're happy with it.