Skip to content

Fallbackfonts for Aptos Narrow in html-export #2537

Description

@swmal

We need to ensure that Aptos Narrow (default font in Excel) gets fallbacks in the css.

Example from current css:

table.epplus-table {
    font-family: Aptos Narrow;
    font-size: 11pt;
    border-spacing: 0;
    border-collapse: collapse;
    word-wrap: break-word;
    white-space: nowrap;
}

The following is used in the svg-export:

font-family: Aptos Narrow,Aptos Narrow_MSFontService,sans-serif

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions