Closed
Description
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
Labels
No labels