lsug / lsug-website

Source code of the London Scala User Group Website (yet to be hosted)
GNU General Public License v3.0
3 stars 20 forks source link

Bundle fonts with web assets #27

Open zainab-ali opened 3 years ago

zainab-ali commented 3 years ago

The site displays text using the free fonts Adobe Source Serif Pro and Adobe Source Sans Pro. These are not distributed with the site. If a user doesn't have them installed on their PC, we use their defaults instead. This causes styling issues. We should bundle the fonts with the site assets such that all users see the correct fonts.

Potential Solution

The mill build must be adjusted to include bundling fonts. A task should be added under the web module to download and unzip the fonts from their GitHub releases:

Tests

Manual testing is satisfactory.

Prerequisites

mazhara commented 3 years ago

I would like to take this one