google / google/fonts

Yantramanav incorrectly declares U+0000-00FF support

Open
#1,749 2 comments 0 reactions 1 assignee Claimed by @laerm0 View on GitHub
I Font Bug
Dominant language
HTML
Stars
20.5k
Forks
2.9k
Avg merge
1d 21h
Merged PRs (30d)
95

Description

I am using the Yantramanav font for a project and noticed that fractions such as ½ ¼ are not supported. However, when checking the `@font-face` declaration, a `unicode-range` of `U+0000-00FF` is provided, which prevents the browser from falling back to a system font with fraction support.

Removing the `U+0000-00FF` range from the `unicode-range` property fixes my problem. I would like to submit a PR for this; however, I am not sure if removing this will also remove other glyphs in this range which are supported.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.