Define font families for all languages and store in one location #1114
Labels
backend
Related to the software powering the website
frontend
Related to the website the user sees
infrastructure
Related to the infrastructure running this software
Currently we don't use any specified font families for Simplified Chinese or any other future non-Latin character based languages. Each language should have font family defined for it, weighing up the costs of both using Noto Sans for brand consistency, and pre-installed fonts on operating systems.
Also the SCSS files link to the Google Fonts server, while the resources application is reading local files. These should be read from one location.
Possibly a Docker image with all the fonts installed. Which would be added into
docker-compose.yml
for local development, and then deployed into production (could be used for all UCCSER projects).Related issues: #411 #567
The text was updated successfully, but these errors were encountered: