Default font no longer selected on download page
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:
- Go to the download tab of a plan
- You will see
"Times New Roman", Times, Serifin the "Font"
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