Skip to content

unicode-range is not parsed #158

Closed
Closed
@aruntvr

Description

@aruntvr

I try to parse this below mentioned font-face, unicode-range is missing in output..
INPUT:
@font-face { font-family: 'specialCharacters'; src: url('/fonts/some.otf') format('truetype'); unicode-range: U+26; font-weight: normal; font-style: normal; }

OUTPUT:
@font-face {font-family: "specialCharacters";src: url("/fonts/some.otf") format("truetype");font-weight: normal;font-style: normal;}

Is there any solution for this ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions