FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Generic font families should use system fonts on iOS · Issue #1864 · NativeScript/NativeScript · GitHub

Generic font families should use system fonts on iOS #1864

Description

When the user specifies serif, sans-serif or monospace as the font-family on iOS, we should obtain a system font, for example using the UIFont.systemFontOfSize(...) method.

Currently they are hard-coded as:

var DEFAULT_SERIF = "Times New Roman";
var DEFAULT_SANS_SERIF = "Helvetica";
var DEFAULT_MONOSPACE = "Courier New";

This does not allow the use of fonts such as Helvetica Neue and San Francisco.

Slightly related to #1862

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL