DMPRoadmap / roadmap

DCC/UC3 collaboration for a data management planning tool
MIT License
106 stars 109 forks source link

Default font no longer selected on download page #3337

Open nicolasfranck opened 1 year ago

nicolasfranck commented 1 year ago

Please complete the following fields as applicable:

What version of the DMPRoadmap code are you running? (e.g. v2.2.0)

4.1.0

Expected behaviour:

The default font Roboto, Arial, Sans-Serif should be selected as default

Actual behaviour:

Font "Times New Roman", Times, Serif is selected

This is since commit https://github.com/DMPRoadmap/roadmap/commit/16c2f27492446faa3ab56725e23ed2be79f5527e. That changed the name of one of the font faces, but forgot to change the name of the default font face too. So now the default font never matches, and the system chooses the first font in the list, being "Times New Roman", Times, Serif

Steps to reproduce:

dstuckey-uoe commented 1 year ago

Hi @nicolasfranck,

Thank you for bringing this issue to our attention.

I have created a PR with a fix for this issue (https://github.com/DMPRoadmap/roadmap/pull/3339), and the PR is being reviewed.

Don