lanhchop / adv-type

A website project that showcases students’ typefaces
0 stars 0 forks source link

Space in typeface title causes error #2

Open brianwiley opened 5 years ago

brianwiley commented 5 years ago

If the typeface's title includes a 'space' in the "font-family" field of the font-details.json file, it causes that particular typeface to not be recognized/loaded.

For instance, Space Age does not work; SpaceAge does.

mrnyby commented 5 years ago

This is probably due to the build-step that generates the font-faces.css file not wrapping font names in quotes.

CSS allows font-family: SpaceAge; and font-family: 'Space Age';, but won't recognize font-family: Space Age;