Skip to content

System font variants such as monospaced don't work #63

Description

@jcovin293

In a RichText view with a Configuration with a fontType value of .monospaced or another value that is not .system, the website instead uses a serif font. Here is a code example:

RichText(html: "<h1>Hello World!</h1>", configuration: Configuration(
    fontType: .monospaced
))

This is similar to #49 where @RushanB describes the issue where custom fonts are not displaying as expected. This seems to be an issue with the CSS.

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions