RockefellerArchiveCenter / styles

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

Import fonts from CDN #123

Closed HaSistrunk closed 1 year ago

HaSistrunk commented 2 years ago

Is your feature request related to a problem? Please describe.

Font imports in typography.scss are currently importing from the /stories/assets/fonts... directory, which means they aren't available through the css stylesheet built and imported using the CDN (https://assets.rockarch.org/).

Describe the solution you'd like

Update font imports so that they import from the CDN directory associated with their specific styles release version. Investigate using load paths.