View Issue Details

IDProjectCategoryView StatusLast Update
0014689ScribusTemplatespublic2021-01-18 02:36
Reportermapreri Assigned To 
PrioritylowSeverityminorReproducibilityN/A
Status newResolutionopen 
Summary0014689: Please replace unattractive/discontinued fonts in templates
DescriptionFreeSans is "fugly", whereas Bitstream is discontinued and picked up by Dejavu, which also has unicode gliphs, etc.

    gunzip -v resources/templates/*/*.sla.gz
    sed -i resources/templates/*/*.sla \
        -e 's/FreeSans Medium/Liberation Sans Bold/g' \
        -e 's/Bitstream Vera Sans Roman/DejaVu Sans Book/g' \
        -e 's/Bitstream Vera Sans Mono Roman/DejaVu Sans Mono Book/g' \
        -e 's/Bitstream Vera Serif Roman/DejaVu Serif Book/g' \
        -e 's/Bitstream Vera Serif/DejaVu Serif/g' \
        -e 's/Bitstream Vera Sans/DejaVu Sans/g' \
        -e 's/Bitstream Vera Mono/DejaVu Mono/g'
    gzip -v -n -8 resources/templates/*/*.sla

Thanks for considering.
Tagspatch
PatchYes

Relationships

related to 0014688 new Please use free fonts in the templates 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-03-17 11:01 mapreri New Issue
2017-03-17 11:01 mapreri Tag Attached: patch
2021-01-18 02:36 mapreri Relationship added related to 0014688